summaryrefslogtreecommitdiff
path: root/www/js/DevOptionsCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-05-20 10:43:06 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-05-20 10:43:06 -0400
commit5aee4039af90cc6b5c372076daa1d5ada9596075 (patch)
tree181be75ee0f0df67940cb1d78276476b18bf1f3b /www/js/DevOptionsCtrl.js
parent1e4c404d3a0657840acdf143e27fdc6ede6f81b5 (diff)
demote logs
Diffstat (limited to 'www/js/DevOptionsCtrl.js')
-rw-r--r--www/js/DevOptionsCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js
index 57aceff4..55aa0e5b 100644
--- a/www/js/DevOptionsCtrl.js
+++ b/www/js/DevOptionsCtrl.js
@@ -63,7 +63,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope'
//console.log("**VIEW ** DevOptions Ctrl Entered");
$scope.loginData = NVR.getLogin();
- console.log("DEV LOGS=" + $scope.loginData.enableLogs);
+ //console.log("DEV LOGS=" + $scope.loginData.enableLogs);
$scope.isMultiPort = false;