diff options
Diffstat (limited to 'www/js/EventServer.js')
| -rw-r--r-- | www/js/EventServer.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js index ab2a0c27..e4bf4c92 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -113,7 +113,7 @@ angular.module('zmApp.controllers') //if (!$rootScope.apnsToken) if (!pushInited) pushInit(); - console.log ("WS TYPEOF="+ typeof ws); + // console.log ("WS TYPEOF="+ typeof ws); // console.log ("WS="+JSON.stringify(ws)); if (typeof ws !== 'undefined') { @@ -361,7 +361,7 @@ angular.module('zmApp.controllers') return; } - console.log (">>>>>>>>>>>>>>>>>EVENT SERVER SENDING: type="+type+" DATA="+JSON.stringify(obj)); + // console.log (">>>>>>>>>>>>>>>>>EVENT SERVER SENDING: type="+type+" DATA="+JSON.stringify(obj)); ws.send({ 'event':type, 'data': obj |
