summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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);
}