From 2a6fdab3b0ee1fb061719b6289490f34e8791460 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 23 Aug 2018 15:01:59 -0400 Subject: bad comment --- www/js/EventCtrl.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'www/js') 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; -- cgit v1.2.3