Skip to content

Commit 05c90dd

Browse files
committed
remove log #1847 for magento 2.4
1 parent c4bd65c commit 05c90dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Controller/WebHook/Index.php

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public function execute()
9494
$result->setHttpResponseCode(403);
9595
return $result;
9696
}
97-
$this->_helper->log($this->getRequest()->getPost());
9897
if ($this->getRequest()->getPost('type')) {
9998
$request = $this->getRequest()->getPost();
10099
if ($this->_helper->getConfigValue(\Ebizmarts\MailChimp\Helper\Data::XML_PATH_WEBHOOK_ACTIVE) ||

0 commit comments

Comments
 (0)