Skip to content

Commit

Permalink
remove log #1847 for magento 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Oct 6, 2023
1 parent 05c90dd commit 072e205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cron/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ protected function _processMerges(\Magento\Customer\Model\Customer $customer, $d
}
} else {
if (is_array($mapFields)) {
$this->_helper->log($mapFields);
foreach ($mapFields as $map) {
if ($map['mailchimp'] == $key) {
if (!$map['isAddress'] && $map['customer_field'] != "dob" && strpos($map['customer_field'], '##') !== false) {
Expand Down

0 comments on commit 072e205

Please sign in to comment.