Mailer.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 10:49:20 +0000 (18:49 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 10:49:20 +0000 (18:49 +0800)
Mailer.php

index 07136a1..4f0699b 100644 (file)
@@ -316,7 +316,6 @@ class Pman_Core_Mailer {
                 continue;
             }
             $conv = $this->fetchImage($url);
-            print_r($conv);exit;
             $this->images[$conv['contentid']] = $conv;
             
             $img->setAttribute('src', 'cid:' . $conv['contentid']);
@@ -380,7 +379,6 @@ class Pman_Core_Mailer {
         if (file_exists($cache) and filemtime($cache) > strtotime('NOW - 1 WEEK')) {
             $ret =  json_decode($cache);
             $ret['file'] = $cache . '.data';
-            print_r($ret);exit;
             return $ret;
         }
         if (!file_exists(dirname($cache))) {