From: Seamus Lee Date: Mon, 14 Sep 2015 10:30:33 +0000 (+0000) Subject: CRM-16584 Remove line causing fatal error X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7f863a452e8ace8797618d74f69d4d52e924af28;p=civicrm-core.git CRM-16584 Remove line causing fatal error --- 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; } }