summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-02-25 11:05:04 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-02-25 11:05:04 -0500
commita293c169ece87b5cfbdc58628dfe32c50b557aea (patch)
tree319cd1aa9d179babdf0c4a0077847555d2e6d4c7
parent91c00bcf2e47b5337c213a42bd3a812ab5678e9e (diff)
fixes #169
Former-commit-id: 5847838a5c782f503cf0cc0a07df38f249353e54
-rw-r--r--www/js/MontageCtrl.js2
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();