diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-23 15:16:35 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-23 15:16:35 -0400 |
| commit | 35454a6a79a96dc6de3595860de7ac3739cd18f3 (patch) | |
| tree | 999cda5edfba599bb425608e8e164c97f0887ed4 /www/js | |
| parent | 2a6fdab3b0ee1fb061719b6289490f34e8791460 (diff) | |
remove log
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
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); } |
