From 35454a6a79a96dc6de3595860de7ac3739cd18f3 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 23 Aug 2018 15:16:35 -0400 Subject: remove log --- www/js/EventCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') 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); } -- cgit v1.2.3