summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-02-02 10:22:16 -0500
committerPliable Pixels <pliablepixels@gmail.com>2019-02-02 10:22:16 -0500
commitc91c3d989b85a14809c05cf66517f926dae52788 (patch)
tree195c8a61aa82ddc71853eaff00ad121e0590ac44 /www
parent0132abea2f34fb1cb7045f9b908491c2c63a1f6c (diff)
#775 logs cleanup
Diffstat (limited to 'www')
-rw-r--r--www/js/MontageHistoryCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js
index 24aea0f5..54e37895 100644
--- a/www/js/MontageHistoryCtrl.js
+++ b/www/js/MontageHistoryCtrl.js
@@ -789,7 +789,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
- }
+ };
$scope.toggleControls = function () {
$scope.showControls = !$scope.showControls;
};
@@ -883,7 +883,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
$scope.playbackFinished = function(m,d) {
- console.log ("******* VIDEO PLAYBACK FINISHED FOR MONITOR:"+m.Monitor.Id+ " EVENT:" +m.Monitor.eid);
+ NVR.debug("--> Video playback finished for mon:"+m.Monitor.Id+ " evt:" +m.Monitor.eid);
getNextEvent( m.Monitor.eid,d)
.then (function (success) {
NVR.debug ("next event for monitor:"+m.Monitor.Id+" is "+success.eid);