Remove todo as this is confirmed working

This commit is contained in:
Keir Nellyer 2016-06-30 17:43:06 -04:00
parent 164d1c580d
commit 82894eacaa
1 changed files with 0 additions and 1 deletions

View File

@ -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;