mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(socket) rm console.log
This commit is contained in:
parent
a39d62c45c
commit
ae7571fbd3
1 changed files with 0 additions and 4 deletions
|
|
@ -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 = '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue