summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-01-03 12:47:30 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-01-03 12:47:30 -0500
commita6d610369ff955b97f908ee668baa17e6f77e14f (patch)
treee52df2f4d56f87bdcf7e6a7824669078da6d3d2a
parent36ab7e385b52941803e6cebca2eed46c615c2ae8 (diff)
demote logs
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 3d584ae1..1543d5d6 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -541,7 +541,7 @@ angular.module('zmApp.controllers')
//console.log("**Loading Next Page ***");
if (myevents.length < 50)
{
- console.log ("EVENTS LOADED="+JSON.stringify($scope.events));
+ //console.log ("EVENTS LOADED="+JSON.stringify($scope.events));
NVRDataModel.debug("EventCtrl:loading one more page just in case we don't have enough to display");
loadMore();
}