From 896ef6436276ddeed166909a917801f97c06ead1 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 25 Feb 2016 15:46:02 -0500 Subject: [PATCH] removed log Former-commit-id: 75f964f396f2ada6af2266eeb0429b26f349fd8b --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 431c3054b..7e44323c2 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -226,7 +226,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' $rootScope.rand = Math.floor((Math.random() * 100000) + 1); - console.log ("Inside Montage timer..."); + //console.log ("Inside Montage timer..."); }