summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}