DataObjects/Core_notify_recur.php
[Pman.Core] / Mailer.php
index 8de11fb..8601f71 100644 (file)
@@ -352,7 +352,6 @@ class Pman_Core_Mailer {
             
             
         }
-        print_R($this->images);exit;
         return $dom->saveHTML();
         
         
@@ -410,8 +409,6 @@ class Pman_Core_Mailer {
     
     function fetchImage($url)
     {
-        print_R($url);
-        echo "\n";
         if($this->debug) {
             echo "FETCH : $url\n";
         }
@@ -474,8 +471,7 @@ class Pman_Core_Mailer {
         $a = new HTTP_Request($url);
         $a->sendRequest();
         file_put_contents($cache .'.data', $a->getResponseBody());
-        print_R($a->getResponseBody());
-        echo "\n";
+        
         $mt = $a->getResponseHeader('Content-Type');
         
         require_once 'File/MimeType.php';