diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-27 13:57:38 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-27 13:57:38 -0400 |
| commit | 51a65814b743ea0b16eca57288a2c2eb20f9e5ac (patch) | |
| tree | 9e2d552b1420aeefeb7fc890cceac4306cec4cda /www/js/EventModalCtrl.js | |
| parent | 9625319a4b0f288b3a1e3d89664bac0810a892b1 (diff) | |
cleanup
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 8 |
1 files changed, 4 insertions, 4 deletions
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 = ""; } |
