From 82894eacaab5625fd5ea8d277a6892d947a59fef Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Thu, 30 Jun 2016 17:43:06 -0400 Subject: [PATCH] Remove todo as this is confirmed working --- Plugins/Mineplex.ReportServer/web/report.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/Mineplex.ReportServer/web/report.php b/Plugins/Mineplex.ReportServer/web/report.php index 675b7bd89..4a0ff004d 100644 --- a/Plugins/Mineplex.ReportServer/web/report.php +++ b/Plugins/Mineplex.ReportServer/web/report.php @@ -50,7 +50,6 @@ foreach ($this->reporters as $reason) { - // TODO: confirm this does indeed get the oldest report if ($oldestReason == null || !$reason->getTime()->diff($oldestReason->getTime())->invert) { $oldestReason = $reason;