chore(socket) rm console.log

This commit is contained in:
coderaiser 2013-11-18 10:18:05 +00:00
parent a39d62c45c
commit ae7571fbd3

View file

@ -152,7 +152,6 @@
var error = json.stderr,
stdout = json.stdout;
console.log(stdout);
if (error)
jsonSend(pSocket, json);
else
@ -185,7 +184,6 @@
isContain = Util.isContainStr(pCommand, lExecSymbols);
firstChar = pCommand[0];
options.cwd = dir;
console.log(options);
if (firstChar === '#') {
pCommand = pCommand.slice(1);
@ -302,8 +300,6 @@
else
dir = path.join(currDir, paramDir);
console.log(dir, paramDir);
exec('cd ' + dir + ' && ' + getDir, function (error, stdout, stderr) {
var lRet,
lMsg = '',