From ee3a425c59dd63ce8e7a007d6a6a92a30b83cc7c Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 11 Feb 2017 16:27:31 -0500 Subject: [PATCH] Remove unnecessary comment --- api/BusinessLogic/Tickets/TicketCreator.php | 3 --- 1 file changed, 3 deletions(-) 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