summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-28 16:35:57 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-28 16:35:57 -0400
commit1876d44e80b5700db01180f2ac650aafa1278ba1 (patch)
treeb9e6bf45b0957fa49b7b03a10203a9d0197b07ce /www/js/MontageCtrl.js
parentec181fbe227cbb82842ad5cdae68b3d4b5d2f973 (diff)
nits
Former-commit-id: d4d9f8e6579b60e7419e55d9f795b62b0312f4c8
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 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);