aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/mail.controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/mail.controller.php b/app/controllers/mail.controller.php
index 8036093..b71934b 100644
--- a/app/controllers/mail.controller.php
+++ b/app/controllers/mail.controller.php
@@ -24,8 +24,6 @@ if ($validEmail === false ) {
include '../app/views/mail-error.view.php';
}
-die(var_dump($e));
-
require '../app/views/mail-sent.view.php';
fastcgi_finish_request();