From 2efc42d341446273deec08cc46a16ecc1f4fe6ff Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 24 Jul 2018 13:19:57 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Mailer.php b/Mailer.php index 7412d78f..832b6b95 100644 --- a/Mailer.php +++ b/Mailer.php @@ -321,12 +321,8 @@ class Pman_Core_Mailer { $pg = $ff->page; - $ts = microtime(true); - $email = is_array($email) ? $email : $this->toData(); - print_r(microtime(true) - $ts);exit; - if (is_a($email, 'PEAR_Error')) { $pg->addEvent("COREMAILER-FAIL", false, "email toData failed"); -- 2.39.2