summaryrefslogtreecommitdiff
path: root/www/js/EventServer.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-27 13:57:38 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-27 13:57:38 -0400
commit51a65814b743ea0b16eca57288a2c2eb20f9e5ac (patch)
tree9e2d552b1420aeefeb7fc890cceac4306cec4cda /www/js/EventServer.js
parent9625319a4b0f288b3a1e3d89664bac0810a892b1 (diff)
cleanup
Diffstat (limited to 'www/js/EventServer.js')
-rw-r--r--www/js/EventServer.js4
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