cmd/tsconnect: remove debugging code

Remove test prefix added to validate the error code from 27f36f77c3.

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
pull/5513/head
Mihai Parparita 2 years ago committed by Mihai Parparita
parent be95aebabd
commit 58f35261d0

@ -30,7 +30,7 @@ export function runSSHSession(
let resizeObserver: ResizeObserver | undefined
let handleBeforeUnload: ((e: BeforeUnloadEvent) => void) | undefined
const sshSession = ipn.ssh(def.hostname + "2", def.username, {
const sshSession = ipn.ssh(def.hostname, def.username, {
writeFn(input) {
term.write(input)
},

Loading…
Cancel
Save