summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-04-11 16:00:59 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-04-11 16:00:59 -0400
commit2eadfcf83d4d336c4cc794ca047516d96a62e3f7 (patch)
tree66a25a5f2757c8176c1e8810a128126a56062803
parent8a99167af707f1b5ae6780e9790d15e853911384 (diff)
#807 clean debug
-rw-r--r--www/js/EventCtrl.js2
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',