diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-15 16:40:51 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-15 16:40:51 -0400 |
| commit | 55a3ff179df5df63b4d94f33622ff934416844d6 (patch) | |
| tree | 37e143d4e34f3ef9790b44b025b2b5b728727011 /www | |
| parent | b491bdecf05fcbbe058827b4afd8ab4b4ff37ecc (diff) | |
logs
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index c6705ef0..37c6f005 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -636,7 +636,7 @@ angular.module('zmApp.controllers') NVR.debug ("Getting event count using:"+apiurl); $http.get(apiurl) .then (function (data) { - console.log ("EVENTS GOT: "+JSON.stringify(data)); + // console.log ("EVENTS GOT: "+JSON.stringify(data)); var res = data.data; var mid = monitor.Monitor.Id; if (res.events.length == 0) res = undefined; |
