cmd/tsconnect: remove debugging code

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

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
Mihai Parparita 2022-08-30 10:57:23 -07:00 committed by Mihai Parparita
parent be95aebabd
commit 58f35261d0

View File

@ -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)
},