diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
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(); } |
