mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(socket) jsonSend: rm console.log
This commit is contained in:
parent
1b7ca9f7cd
commit
86fd6cd917
1 changed files with 0 additions and 1 deletions
|
|
@ -301,7 +301,6 @@
|
|||
|
||||
function jsonSend(socket, json) {
|
||||
var msg = Util.stringifyJSON(json);
|
||||
console.log(msg);
|
||||
socket.send(msg);
|
||||
}
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue