Remove unnecessary comment

This commit is contained in:
Mike Koch 2017-02-11 16:27:31 -05:00
parent 44239ed459
commit ee3a425c59

View File

@ -135,9 +135,6 @@ class TicketCreator {
$validationModel->errorKeys[] = 'EMAIL_AT_MAX_OPEN_TICKETS';
}
// TODO Check if we're at the max number of tickets
// TODO submit_ticket.php:325-334
return $validationModel;
}
}