summaryrefslogtreecommitdiff
path: root/www/js/DevOptionsCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-02-17 04:01:30 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-02-17 04:01:30 -0500
commit1b822c97b9d4c4f6588429ff06e0804d38177fef (patch)
tree7ac9aa86e3b9fefe69818c08901eca793f1b5ff6 /www/js/DevOptionsCtrl.js
parent59ff5a70dba91ab992f55d2cec26aff99a0a8a2f (diff)
console cleanups
Former-commit-id: 49f0a567d765d3ce1f580383248ee1e6e6a496ef
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 ad5d48cc..5cb6e1d4 100644
--- a/www/js/DevOptionsCtrl.js
+++ b/www/js/DevOptionsCtrl.js
@@ -44,7 +44,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope'
// state, that effectively overwrites current view power management needs
//------------------------------------------------------------------------
$scope.$on('$ionicView.enter', function () {
- console.log("**VIEW ** DevOptions Ctrl Entered");
+ //console.log("**VIEW ** DevOptions Ctrl Entered");
ZMDataModel.setAwake(false);
});