Skip to content

Commit

Permalink
remove logog #1847 for magento 2.3.6-p1
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Oct 11, 2023
1 parent 661ff37 commit 6cfe89a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Model/Plugin/SubscriptionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public function beforeSubscribe(
$email,
$storeId
) {
$this->_helper->log(__METHOD__);
if ($this->_helper->isMailChimpEnabled($storeId)) {
$websiteId = (int)$this->_storeManager->getStore($storeId)->getWebsiteId();

Expand Down

0 comments on commit 6cfe89a

Please sign in to comment.