From 1b822c97b9d4c4f6588429ff06e0804d38177fef Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 17 Feb 2016 04:01:30 -0500 Subject: console cleanups Former-commit-id: 49f0a567d765d3ce1f580383248ee1e6e6a496ef --- www/js/DevOptionsCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/DevOptionsCtrl.js') 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); }); -- cgit v1.2.3