aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-11-18 19:23:57 -0500
committerThedro Neely <thedroneely@gmail.com>2018-11-18 19:23:57 -0500
commitdcc8e8d87f96c9409e54c43902c66727648e1f90 (patch)
tree81e0c1b4ad2a629db0bdb0961e34d4857895fd20 /app/controllers
parent17311074f2535b2592acdf550d8b6fac6a67ade7 (diff)
downloadthedroneely.com-dcc8e8d87f96c9409e54c43902c66727648e1f90.tar.gz
thedroneely.com-dcc8e8d87f96c9409e54c43902c66727648e1f90.tar.bz2
thedroneely.com-dcc8e8d87f96c9409e54c43902c66727648e1f90.zip
app/controllers/mail: Remove die and var_dump
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();