Mailer.php
authorEdward <edward@roojs.com>
Mon, 24 Mar 2014 11:24:46 +0000 (19:24 +0800)
committerEdward <edward@roojs.com>
Mon, 24 Mar 2014 11:24:46 +0000 (19:24 +0800)
Mailer.php

index 8692d98..8ae5336 100644 (file)
@@ -266,7 +266,6 @@ class Pman_Core_Mailer {
         
         
         $email = is_array($email)  ? $email : $this->toData();
-        print_r('run');exit;
         if (is_a($email, 'PEAR_Error')) {
             $pg->addEvent("COREMAILER-FAIL",  false, "email toData failed");