Mailer.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 09:47:50 +0000 (17:47 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 09:47:50 +0000 (17:47 +0800)
Mailer.php

index 85e6cf1..62189b9 100644 (file)
@@ -315,8 +315,6 @@ class Pman_Core_Mailer {
         $pg = $ff->page;
         
         $email = is_array($email)  ? $email : $this->toData();
-        print_r('die');exit;
-        
         
         if (is_a($email, 'PEAR_Error')) {
             $pg->addEvent("COREMAILER-FAIL",  false, "email toData failed");