feature(socket) getSpawn: rm log

This commit is contained in:
coderaiser 2013-10-24 10:34:21 +00:00
parent 94b6492a66
commit 04af8f7f3c

View file

@ -251,7 +251,6 @@
lExecStr = JSON.stringify(lExec);
pSocket.send(lExecStr);
Util.log(msg);
};
cmd.stdout.on('data', send);