From 8f5f3ed08a18dfa9e071d7c636f82dbfe6224913 Mon Sep 17 00:00:00 2001 From: iglocska Date: Sun, 29 Sep 2019 21:17:08 +0200 Subject: [PATCH] fix: [debug] Removed internal breakpoint that was left in --- app/Controller/EventsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Controller/EventsController.php b/app/Controller/EventsController.php index 0f2f914a3..9518b9e1e 100644 --- a/app/Controller/EventsController.php +++ b/app/Controller/EventsController.php @@ -2599,7 +2599,6 @@ class EventsController extends AppController } // send out the email $emailResult = $this->Event->sendAlertEmailRouter($id, $this->Auth->user(), $this->Event->data['Event']['publish_timestamp']); - throw new Exception(); if (is_bool($emailResult) && $emailResult == true) { // Performs all the actions required to publish an event $result = $this->Event->publishRouter($id, null, $this->Auth->user());