From 7f863a452e8ace8797618d74f69d4d52e924af28 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 14 Sep 2015 10:30:33 +0000 Subject: [PATCH] CRM-16584 Remove line causing fatal error --- CRM/Utils/Mail/EmailProcessor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Utils/Mail/EmailProcessor.php b/CRM/Utils/Mail/EmailProcessor.php index 88ae522be5..4370446b37 100644 --- a/CRM/Utils/Mail/EmailProcessor.php +++ b/CRM/Utils/Mail/EmailProcessor.php @@ -231,7 +231,6 @@ class CRM_Utils_Mail_EmailProcessor { $p_file = $v_part->__get('fileName'); $c_file = file_get_contents($p_file); if (preg_match($rpXheaderRegex, $c_file, $matches)) { - self::_log("file match rpXheaderRegex", $matches); list($match, $action, $job, $queue, $hash) = $matches; } } -- 2.25.1