summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-08-23 15:16:35 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-08-23 15:16:35 -0400
commit35454a6a79a96dc6de3595860de7ac3739cd18f3 (patch)
tree999cda5edfba599bb425608e8e164c97f0887ed4
parent2a6fdab3b0ee1fb061719b6289490f34e8791460 (diff)
remove log
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 469c0803..2a9565c1 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -2800,7 +2800,7 @@ angular.module('zmApp.controllers')
var th = computeThumbnailSize(mw, mh, mo);
$scope.events[i].Event.thumbWidth = th.w;
$scope.events[i].Event.thumbHeight = th.h;
- console.log ("Setting to "+th.w+"*"+th.h);
+ //console.log ("Setting to "+th.w+"*"+th.h);
}