From 51a65814b743ea0b16eca57288a2c2eb20f9e5ac Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 27 Apr 2018 13:57:38 -0400 Subject: cleanup --- www/js/EventServer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/EventServer.js') 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 -- cgit v1.2.3