summaryrefslogtreecommitdiff
path: root/www/js/EventServerSettingsCtrl.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-30 03:30:57 +0100
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-30 03:30:57 +0100
commit8812d6fd22b1710e019ba53e94723c76b97af6b7 (patch)
treee5e2a74d56715f20d3604cab15943dfa4f9f54f6 /www/js/EventServerSettingsCtrl.js
parentaf2a626dedb251670b573356b6993c5d7197f0ec (diff)
#108 - minAlarmCount is now part of each serverProfile and will persist
Former-commit-id: 89ecf51624e78a95474630b48c05d9fa921164c0
Diffstat (limited to 'www/js/EventServerSettingsCtrl.js')
-rw-r--r--www/js/EventServerSettingsCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventServerSettingsCtrl.js b/www/js/EventServerSettingsCtrl.js
index 17da1a37..c3971ccb 100644
--- a/www/js/EventServerSettingsCtrl.js
+++ b/www/js/EventServerSettingsCtrl.js
@@ -273,7 +273,7 @@ angular.module('zmApp.controllers').controller('zmApp.EventServerSettingsCtrl',
for (var i = 0; i < res.length; i++) {
if (res[i] == id) {
isThere = true;
- console.log("isRes found: " + id);
+ //console.log("isRes found: " + id);
break;
}
}