diff --git a/src/startServer.js b/src/startServer.js index 2c5fb62..3c39c1c 100644 --- a/src/startServer.js +++ b/src/startServer.js @@ -84,7 +84,6 @@ const startServer = (theArgs, { const sshuser = getUsername(theArgs, socket.request); const term = startTerminal(theArgs, sshuser); - console.log('term: ', term); if (onTerminalStart){ onTerminalStart(term, sshuser); }