From c91c3d989b85a14809c05cf66517f926dae52788 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 2 Feb 2019 10:22:16 -0500 Subject: #775 logs cleanup --- www/js/MontageHistoryCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js') 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); -- cgit v1.2.3