summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-08-23 15:01:59 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-08-23 15:01:59 -0400
commit2a6fdab3b0ee1fb061719b6289490f34e8791460 (patch)
treeb95ad471ac87c06fc02dbf61fe9c93bbb5ca7298 /www/js/EventCtrl.js
parent50fd0be163f613ca4b9502e9b1e9d62f0957a66e (diff)
bad comment
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index b0377d5d..469c0803 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -2797,8 +2797,6 @@ angular.module('zmApp.controllers')
var mh = parseInt(tempMon.Monitor.Height);
var mo = parseInt(tempMon.Monitor.Orientation);
- // in recompute, we've already taken care of orientation
- // so don't pass it again
var th = computeThumbnailSize(mw, mh, mo);
$scope.events[i].Event.thumbWidth = th.w;
$scope.events[i].Event.thumbHeight = th.h;