mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Removed debug info.
This commit is contained in:
@@ -193,11 +193,10 @@ class e107Email extends PHPMailer
|
||||
{
|
||||
parent::__construct(FALSE); // Parent constructor - no exceptions for now
|
||||
|
||||
$e107 = e107::getInstance();
|
||||
|
||||
$pref = e107::pref('core');
|
||||
$tp = e107::getParser();
|
||||
|
||||
print_a($overrides);
|
||||
|
||||
if(defined('MAIL_DEBUG'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user