diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 11:52:24 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 11:52:24 -0400 |
| commit | 3b38f53d06d41d3fc9246786d8ee25c422406462 (patch) | |
| tree | adfd763b3c511deb69e760c28564db6ee54295a3 /www/js/EventCtrl.js | |
| parent | 5aee4039af90cc6b5c372076daa1d5ada9596075 (diff) | |
more logs demotion
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index eed17b60..c864f11b 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -456,7 +456,7 @@ angular.module('zmApp.controllers') pageLoaded = true; //$scope.viewTitle.title = data.pagination.count; - console.log(JSON.stringify(data.pagination)); + // console.log(JSON.stringify(data.pagination)); if (data.pagination && data.pagination.pageCount) maxEventsPage = data.pagination.pageCount; @@ -919,7 +919,7 @@ angular.module('zmApp.controllers') function onError(error) { $ionicLoading.hide(); - console.log("Error: " + error); + NVR.debug("Error: " + error); } } @@ -2320,7 +2320,7 @@ angular.module('zmApp.controllers') videoURL += NVR.insertBasicAuthToken(); - console.log("************** VIDEO IS " + videoURL); + // console.log("************** VIDEO IS " + videoURL); event.Event.video.config = { autoPlay: true, sources: [{ @@ -2751,13 +2751,13 @@ angular.module('zmApp.controllers') // the events API does not return an error for anything // except greater page limits than reported - console.log("***** LOADING MORE INFINITE SCROLL ****"); + //console.log("***** LOADING MORE INFINITE SCROLL ****"); if ((currEventsPage >= maxEventsPage) && (pageLoaded)) { moreEvents = false; NVR.debug("No more - We have a total of " + maxEventsPage + " and are at page=" + currEventsPage); - console.log("*** At Page " + currEventsPage + " of " + maxEventsPage + ", not proceeding"); + // console.log("*** At Page " + currEventsPage + " of " + maxEventsPage + ", not proceeding"); $ionicLoading.hide(); return; } @@ -2776,7 +2776,7 @@ angular.module('zmApp.controllers') if ($scope.search.text != "") { var toastStr = $translate.instant('kPleaseWait') +'...'+ currEventsPage; - console.log ("SHOW " + toastStr ); + // console.log ("SHOW " + toastStr ); $ionicLoading.show({ maxwidth: 100, noBackdrop:true, @@ -3017,7 +3017,7 @@ angular.module('zmApp.controllers') var ld = NVR.getLogin(); - console.log("Toggling " + ld.enableAlarmCount); + // console.log("Toggling " + ld.enableAlarmCount); ld.enableAlarmCount = !ld.enableAlarmCount; NVR.setLogin(ld); $scope.loginData = NVR.getLogin(); |
