We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2c0b4 commit 430f80bCopy full SHA for 430f80b
client/src/connection/ssh/index.ts
@@ -92,10 +92,6 @@ export class SSHSession extends Session {
92
readyTimeout: CONNECT_READY_TIMEOUT,
93
keepaliveInterval: KEEPALIVE_INTERVAL,
94
keepaliveCountMax: KEEPALIVE_UNANSWERED_THRESHOLD,
95
-
96
- debug: (msg) => {
97
- console.log(msg);
98
- },
99
authHandler: this.handleSSHAuthentication,
100
};
101
0 commit comments