Mailer.php
[Pman.Core] / Mailer.php
index 9daa52a..0fe1eef 100644 (file)
@@ -455,7 +455,6 @@ class Pman_Core_Mailer {
     
     function htmlbodyInlineCss($html)
     {
-        print_R($html);exit;
         $dom = new DOMDocument();
         
         @$dom->loadHTML('<?xml encoding="UTF-8">' .$html);