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) {