From 223c6933222d227387394943789fd48cb1b1a21f Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 21 Aug 2015 13:52:50 -0400 Subject: edits --- www/js/ModalCtrl.js | 2 +- www/js/MontageCtrl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js') diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js index 18db21f1..24926641 100644 --- a/www/js/ModalCtrl.js +++ b/www/js/ModalCtrl.js @@ -188,7 +188,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco function loadModalNotifications() { - console.log ("Inside Modal timer..."); + //console.log ("Inside Modal timer..."); $rootScope.modalRand = Math.floor((Math.random() * 100000) + 1); } diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index c8490627..e7941ccf 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -173,7 +173,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..."); } -- cgit v1.2.3