summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-09 14:30:59 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-09 14:30:59 -0400
commit7b0d282994db52cc4bc6b62b33ce05efbb522fae (patch)
tree4c5a456667fdcfe7cd19f804fbc910c3c1eeb9d2 /www/js/MontageCtrl.js
parentf6b0db446db4a45df20be3efd2851dac256d7876 (diff)
websocket handling improved
Diffstat (limited to 'www/js/MontageCtrl.js')
-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 cc6edc1e..1f95f76a 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -216,7 +216,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', '
function loadNotifications() {
$rootScope.rand = Math.floor((Math.random() * 100000) + 1);
- // console.log ("Inside Montage timer...");
+ console.log ("Inside Montage timer...");
}