From b9ef1b85332482648e3ac919ea10c0de864d2159 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Thu, 9 Jul 2015 07:55:44 +0000 Subject: [PATCH] Remove debug cruft from [33124]. see #28909. git-svn-id: https://develop.svn.wordpress.org/trunk@33142 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-phpmailer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/class-phpmailer.php b/src/wp-includes/class-phpmailer.php index 60a0d7d7fa..338965ff4b 100644 --- a/src/wp-includes/class-phpmailer.php +++ b/src/wp-includes/class-phpmailer.php @@ -1090,7 +1090,6 @@ class PHPMailer */ public function postSend() { - echo 'called'; try { // Choose the mailer and send through it switch ($this->Mailer) {