From f2bd47e5192fe56bfed60b37c4d8e9e15e0a7091 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 17 Oct 2014 10:01:18 -0400 Subject: [PATCH] feature(terminal) pty: rm log --- lib/server/terminal.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/server/terminal.js b/lib/server/terminal.js index 8bc98c36..ac4692fc 100644 --- a/lib/server/terminal.js +++ b/lib/server/terminal.js @@ -9,9 +9,7 @@ tryRequire = require('./tryRequire.js'), - pty = tryRequire('pty.js', { - log: true - }), + pty = tryRequire('pty.js'), Clients = [],