summaryrefslogtreecommitdiff
path: root/www/js/LogCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-11 07:51:23 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-11 07:51:23 -0400
commit71946c0f728e16f44b0682745f50217c835932a5 (patch)
tree54c6ceb52a546badcc08b6797cb4c57783030f38 /www/js/LogCtrl.js
parentb723d9ef734bb095c1beaa4ef4e1a1f610627cde (diff)
cleanup on logs
Diffstat (limited to 'www/js/LogCtrl.js')
-rw-r--r--www/js/LogCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js
index fe18fe22..9f00a8f7 100644
--- a/www/js/LogCtrl.js
+++ b/www/js/LogCtrl.js
@@ -26,8 +26,8 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo
function onResume()
{
- NVRDataModel.debug("LogCtrl: resume called, starting log timer");
- loadLogs();
+ // NVRDataModel.debug("LogCtrl: resume called, starting log timer");
+ loadLogs();
}
$scope.flipLogs = function()