diff --git a/application/ConstructionConsentJournal/ConstructionConsentJournalController.php b/application/ConstructionConsentJournal/ConstructionConsentJournalController.php index eb7997513..fe69a5cbb 100644 --- a/application/ConstructionConsentJournal/ConstructionConsentJournalController.php +++ b/application/ConstructionConsentJournal/ConstructionConsentJournalController.php @@ -47,10 +47,6 @@ class ConstructionConsentJournalController extends mfBaseController { try { $uploaded = mfUpload::handleFormUpload("file", false, "/ConstructionConsentJournal"); } catch (Exception $e) { - var_dump($e->getMessage()); - die(); - $this->layout()->setFlash("Fehler beim speichern!", "error"); - $this->redirect("ConstructionConsent", "View", ["id" => $consent->id]); }