Mailer.php
authorEdward <edward@roojs.com>
Tue, 14 Oct 2014 04:59:53 +0000 (12:59 +0800)
committerEdward <edward@roojs.com>
Tue, 14 Oct 2014 04:59:53 +0000 (12:59 +0800)
Mailer.php

index 43c9351..05d6c02 100644 (file)
@@ -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");