diff --git a/src/MailWrapper.php b/src/MailWrapper.php index 2da1186..ca9ff02 100644 --- a/src/MailWrapper.php +++ b/src/MailWrapper.php @@ -25,7 +25,6 @@ class MailWrapper public function prepare() { - $this->mailer->SMTPDebug = 2; $this->mailer->isSMTP(); $this->mailer->Host = $this->host; $this->mailer->SMTPAuth = true;