X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=ImportMailMessage.php;h=ce4ea30d905b74816b063e3e43e3bb0b7a2ab56b;hp=0aea09912f8163430cdaa882c98062fb078e38d3;hb=refs%2Fheads%2Fwip_alan_T5884_add_photo_to_report;hpb=93aafa5d7eac0737d7a3e9751ec231876afe79f1 diff --git a/ImportMailMessage.php b/ImportMailMessage.php index 0aea0991..ce4ea30d 100644 --- a/ImportMailMessage.php +++ b/ImportMailMessage.php @@ -57,8 +57,6 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle require_once 'File/Convert.php'; $fc = new File_Convert($path, 'text/html'); - print_r($fc);exit; - $plain = $fc->convert('text/plain'); $this->jok(file_get_contents($plain)); }