diff options
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 0c7b2808..431c3054 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -843,7 +843,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' //console.log("Setting Awake to " + ZMDataModel.getKeepAwake()); ZMDataModel.setAwake(ZMDataModel.getKeepAwake()); - console.log ("******************************************** STARTING TIMER "); + //console.log ("******************************************** STARTING TIMER "); $interval.cancel($rootScope.intervalHandle); $rootScope.intervalHandle = $interval(function () { loadNotifications(); |
