From 51a65814b743ea0b16eca57288a2c2eb20f9e5ac Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 27 Apr 2018 13:57:38 -0400 Subject: cleanup --- www/js/EventModalCtrl.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/js/EventModalCtrl.js') diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index edcbb5f6..6d4444a2 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -1132,7 +1132,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro } $scope.modalImageLoaded = function() { - console.log ("MODAL IMAGE LOADED"); + // console.log ("MODAL IMAGE LOADED"); // if (m.snapshot != 'enabled') currentStreamState = streamState.ACTIVE; }; @@ -1553,11 +1553,11 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro NVRDataModel.debug ("Asking nearest video EID using "+url); $http.get(url) .then ( function (succ) { - console.log ("GOT "+JSON.stringify(succ)); + // console.log ("GOT "+JSON.stringify(succ)); }, function (err) { - console.log ("ERR GOT "+JSON.stringify(succ)); + // console.log ("ERR GOT "+JSON.stringify(succ)); } ); } @@ -1803,7 +1803,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $scope.mName = NVRDataModel.getMonitorName(event.Event.MonitorId); //console.log (">>>>>>>>HUMANIZE " + $scope.humanizeTime); - console.log("**** VIDEO STATE IS " + event.Event.DefaultVideo); + // console.log("**** VIDEO STATE IS " + event.Event.DefaultVideo); if (typeof event.Event.DefaultVideo === 'undefined' || event.Event.DefaultVideo == '') { event.Event.DefaultVideo = ""; } -- cgit v1.2.3