diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-11 16:00:59 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-11 16:00:59 -0400 |
| commit | 2eadfcf83d4d336c4cc794ca047516d96a62e3f7 (patch) | |
| tree | 66a25a5f2757c8176c1e8810a128126a56062803 /www/js | |
| parent | 8a99167af707f1b5ae6780e9790d15e853911384 (diff) | |
#807 clean debug
Diffstat (limited to 'www/js')
| -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 9a2372a1..77a50a64 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2665,7 +2665,7 @@ angular.module('zmApp.controllers') sl = 'enabled'; } - console.log (">>>>>>>>>>>>>> FOLLOW?"+$scope.followSameMonitor); + NVR.debug("Shall I follow the same monitor for prev/next?:"+$scope.followSameMonitor); $ionicModal.fromTemplateUrl('templates/events-modal.html', { scope: $scope, animation: 'slide-in-up', |
