diff options
| author | lucas_nz <lucas_nz@outlook.com> | 2020-09-05 11:42:28 +1200 |
|---|---|---|
| committer | lucas_nz <lucas_nz@outlook.com> | 2020-09-05 11:42:28 +1200 |
| commit | 49235f845d1b4cb01d64c5a650e4a0094562cf1d (patch) | |
| tree | 7aaf1d3f43a13cd05951f56d24cb1b7a37e72539 /www/js/EventCtrl.js | |
| parent | 1139b026aedbc609189a5b3cb7ef446e1ceec09d (diff) | |
remove unnneded debugging code
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 359db3d5..d7dd4fc1 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -178,16 +178,7 @@ angular.module('zmApp.controllers') $scope.$on('$ionicView.beforeLeave', function () { - /*NVR.log("EventCtrl:beforeLeave Filter reset"); - $rootScope.isEventFilterOn = false; - $rootScope.fromDate = ""; - $rootScope.fromTime = ""; - $rootScope.toDate = ""; - $rootScope.toTime = ""; - $rootScope.fromString = ""; - $rootScope.toString = ""; - $rootScope.monitorsFilter = ''; -*/ + NVR.debug ("Cancelling page reload timer"); $interval.cancel(intervalReloadEvents); NVR.debug("EventCtrl: Deregistering resize listener"); |
