Skip to content

Commit be3568d

Browse files
committed
More cleaner logs
1 parent 1f07c16 commit be3568d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/tunnel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ var Tunnel = function Tunnel (key, port, tunnelIdentifier, callback, err) {
4444
}, 30 * 1000);
4545

4646
subProcess.stdout.on('data', function (_data) {
47-
console.log(_data);
4847
if (running) {
4948
return;
5049
}

0 commit comments

Comments
 (0)