diff --git a/api/BusinessLogic/Tickets/TicketCreator.php b/api/BusinessLogic/Tickets/TicketCreator.php index 0ace14ea..5cd964d7 100644 --- a/api/BusinessLogic/Tickets/TicketCreator.php +++ b/api/BusinessLogic/Tickets/TicketCreator.php @@ -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; } } \ No newline at end of file