Mail/mimeDecode.php
authoredward <edward@roojs.com>
Wed, 7 Jun 2017 09:18:57 +0000 (17:18 +0800)
committeredward <edward@roojs.com>
Wed, 7 Jun 2017 09:18:57 +0000 (17:18 +0800)
Mail/mimeDecode.php

index 06fdf49..bf74121 100644 (file)
@@ -944,7 +944,6 @@ class Mail_mimeDecode extends PEAR
         if (!$headerlist) {
             return $this->raiseError("Message did not contain headers");
         }
-        print_r($headerlist);exit;
         foreach($headerlist as $item) {
             $header[$item['name']] = $item['value'];
             switch (strtolower($item['name'])) {