Skip to content

Commit 430f80b

Browse files
committed
fix: remove console logging for debug msgs
1 parent 7a2c0b4 commit 430f80b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

client/src/connection/ssh/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ export class SSHSession extends Session {
9292
readyTimeout: CONNECT_READY_TIMEOUT,
9393
keepaliveInterval: KEEPALIVE_INTERVAL,
9494
keepaliveCountMax: KEEPALIVE_UNANSWERED_THRESHOLD,
95-
96-
debug: (msg) => {
97-
console.log(msg);
98-
},
9995
authHandler: this.handleSSHAuthentication,
10096
};
10197

0 commit comments

Comments
 (0)