From a6d610369ff955b97f908ee668baa17e6f77e14f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 3 Jan 2018 12:47:30 -0500 Subject: demote logs --- www/js/EventCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/EventCtrl.js') 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(); } -- cgit v1.2.3