feature(socket) jsonSend: rm console.log

This commit is contained in:
coderaiser 2013-11-14 08:19:28 +00:00
parent 1b7ca9f7cd
commit 86fd6cd917

View file

@ -301,7 +301,6 @@
function jsonSend(socket, json) {
var msg = Util.stringifyJSON(json);
console.log(msg);
socket.send(msg);
}
})();