From c7c4f6c498f870d45c00840d61e331e428e47f6f Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 20 Feb 2014 12:59:30 +0800 Subject: [PATCH] ImportMailMessage.php --- ImportMailMessage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ImportMailMessage.php b/ImportMailMessage.php index 1f9f1b27..b2a9a4e9 100644 --- a/ImportMailMessage.php +++ b/ImportMailMessage.php @@ -61,7 +61,6 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle // Import from URL if(isset($_REQUEST['importUrl'])) { - print_r($_REQUEST);exit; $this->checkHeader($_REQUEST['importUrl']); $data = $this->convertStyle($_REQUEST['importUrl'], '', true); -- 2.39.2