SimpleExcel.php
[Pman.Core] / ImportMailMessage.php
index 0aea099..ce4ea30 100644 (file)
@@ -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));
         }