diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-09 14:30:59 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-09 14:30:59 -0400 |
| commit | 7b0d282994db52cc4bc6b62b33ce05efbb522fae (patch) | |
| tree | 4c5a456667fdcfe7cd19f804fbc910c3c1eeb9d2 /www/js/MontageCtrl.js | |
| parent | f6b0db446db4a45df20be3efd2851dac256d7876 (diff) | |
websocket handling improved
Diffstat (limited to 'www/js/MontageCtrl.js')
| -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 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..."); } |
