清理调试信息,保持代码整洁
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -108,14 +108,6 @@ wss.on("connection", (ws: WebSocket) => {
|
||||
executeCommand?: string;
|
||||
}) {
|
||||
const { cols, rows, hostConfig, initialPath, executeCommand } = data;
|
||||
|
||||
sshLogger.debug("Terminal connection data received", {
|
||||
operation: "terminal_connect_data",
|
||||
hasInitialPath: !!initialPath,
|
||||
initialPath,
|
||||
hasExecuteCommand: !!executeCommand,
|
||||
executeCommand
|
||||
});
|
||||
const {
|
||||
id,
|
||||
ip,
|
||||
|
||||
Reference in New Issue
Block a user