summaryrefslogtreecommitdiff
path: root/www/js/MomentCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MomentCtrl.js')
-rw-r--r--www/js/MomentCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js
index c6e84953..e75c3ad5 100644
--- a/www/js/MomentCtrl.js
+++ b/www/js/MomentCtrl.js
@@ -371,7 +371,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$
// same monitor should expand, even if they were grouped earlier
$scope.toggleCollapse = function (mid, eid) {
- NVRDataModel.debug("toggling collapse for:" + mid);
+ //NVRDataModel.debug("toggling collapse for:" + mid);
var collapseCount = 0;
var hide = false;