From 1876d44e80b5700db01180f2ac650aafa1278ba1 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 28 Apr 2016 16:35:57 -0400 Subject: nits Former-commit-id: d4d9f8e6579b60e7419e55d9f795b62b0312f4c8 --- www/js/MontageCtrl.js | 2 +- www/js/MontageHistoryCtrl.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 8974f3b4..46699655 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -254,7 +254,7 @@ function initPackery() imagesLoaded(elem).on('progress', function(instance, img) { //console.log ("******** SOME IMAGE LOADED"); - console.log ("IMAGE PROGRESS " + JSON.stringify(img) ); + //console.log ("IMAGE PROGRESS " + JSON.stringify(img) ); progressCalled = true; if (layouttype) $timeout (function(){layout(pckry);},100); diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index 46200e98..2a5cc31f 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -69,7 +69,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc $scope.footerExpand = function() { - console.log ("**************** EXPAND CALLED ***************"); + // console.log ("**************** EXPAND CALLED ***************"); $ionicSideMenuDelegate.canDragContent(false); }; @@ -86,7 +86,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc /* Note this is also called when the view is first loaded */ function footerCollapse() { - console.log ("**************** COLLAPSE CALLED ***************"); + // console.log ("**************** COLLAPSE CALLED ***************"); if (readyToRun == false) { ZMDataModel.zmDebug ("fake call to footerCollapse - ignoring"); -- cgit v1.2.3