From 734706a5d555d004b96dfc12ef9b0f7147f6ae4f Mon Sep 17 00:00:00 2001 From: BradfordMedeiros Date: Mon, 29 May 2017 03:52:53 -0700 Subject: [PATCH] got rid of debug logging --- src/startServer.js | 1 - 1 file changed, 1 deletion(-) 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); }