diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index c2c22304..caa25672 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -125,7 +125,7 @@ angular.module('zmApp.controllers') } else $scope.monitors = message; - console.log ("********** GOT MONITORS " + JSON.stringify($scope.monitors)); + // console.log ("********** GOT MONITORS " + JSON.stringify($scope.monitors)); //$scope.monitors = message; |
