From 4ae591699a4c962179d2097997999e3f6371acc8 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 14 Oct 2014 12:59:53 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 43c93514..05d6c026 100644 --- a/Mailer.php +++ b/Mailer.php @@ -271,7 +271,6 @@ class Pman_Core_Mailer { $email = is_array($email) ? $email : $this->toData(); - print_R($email);exit; if (is_a($email, 'PEAR_Error')) { $pg->addEvent("COREMAILER-FAIL", false, "email toData failed"); -- 2.39.2