From 04baae77bcab54ef86cd1824608d1e6e63f4d176 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 26 Dec 2017 15:24:26 -0500 Subject: nits --- www/js/MomentCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MomentCtrl.js') 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; -- cgit v1.2.3