Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Apr 6, 2012
1 parent 0b0a7a4 commit 668df28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function NowHs (server, port, readyCallback) {
cFunArgs : Array.prototype.slice.call (arguments, 0, arguments.length - 1) // retarded javascript
};

console.log("callobj", functionCall);
var jsn = JSON.stringify ({ ClientFCall: functionCall });

self.socket.send (jsn);
Expand All @@ -99,7 +98,6 @@ function NowHs (server, port, readyCallback) {
// sRetVal: [callback data]
// }
// }
console.log("res", res);
switch (res.type) {
case "ServerFunctionReturn":
self.callbacks[res.value.sFunId](res.value.sRetVal);
Expand Down

0 comments on commit 668df28

Please sign in to comment.