diff options
Diffstat (limited to 'www/js/LogCtrl.js')
| -rw-r--r-- | www/js/LogCtrl.js | 4 |
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() |
