diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-22 09:38:27 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-22 09:38:27 -0400 |
| commit | e3ee3eeeb220cfce88ddfdb2189ec6e49432565f (patch) | |
| tree | 9abbbc5cfaee04e393ef1200aa6e9af955fcb522 /www/js/EventsModalGraphCtrl.js | |
| parent | 304ec3a2ed6ec5de921894aa1bc853548b0fcfb3 (diff) | |
other cleanup
Diffstat (limited to 'www/js/EventsModalGraphCtrl.js')
| -rw-r--r-- | www/js/EventsModalGraphCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventsModalGraphCtrl.js b/www/js/EventsModalGraphCtrl.js index b4e82ee2..0cfacb68 100644 --- a/www/js/EventsModalGraphCtrl.js +++ b/www/js/EventsModalGraphCtrl.js @@ -23,7 +23,7 @@ angular.module('zmApp.controllers').controller('EventsModalGraphCtrl', ['$scope' $scope.$on('modal.removed', function (e, m) { - NVRDataModel.debug("Deregistering broadcast handles"); + //NVRDataModel.debug("Deregistering broadcast handles"); for (var i = 0; i < broadcastHandles.length; i++) { // broadcastHandles[i](); } |
