diff options
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', |
