CRM-16584 Remove line causing fatal error
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 14 Sep 2015 10:30:33 +0000 (10:30 +0000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 14 Sep 2015 10:30:33 +0000 (10:30 +0000)
CRM/Utils/Mail/EmailProcessor.php

index 88ae522be5268888db93c8827482367c58b936eb..4370446b37880133d787383910ccf87f428c3adf 100644 (file)
@@ -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;
                 }
               }