1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-06 19:06:39 +02:00

Removed debug info.

This commit is contained in:
Cameron 2016-04-14 17:01:02 -07:00
parent 93ef3ed107
commit cdf676473b
2 changed files with 2 additions and 3 deletions

View File

@ -193,11 +193,10 @@ class e107Email extends PHPMailer
{ {
parent::__construct(FALSE); // Parent constructor - no exceptions for now parent::__construct(FALSE); // Parent constructor - no exceptions for now
$e107 = e107::getInstance();
$pref = e107::pref('core'); $pref = e107::pref('core');
$tp = e107::getParser(); $tp = e107::getParser();
print_a($overrides);
if(defined('MAIL_DEBUG')) if(defined('MAIL_DEBUG'))
{ {