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 c4bd65c commit 05c90dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/WebHook/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function execute()
$result->setHttpResponseCode(403);
return $result;
}
$this->_helper->log($this->getRequest()->getPost());
if ($this->getRequest()->getPost('type')) {
$request = $this->getRequest()->getPost();
if ($this->_helper->getConfigValue(\Ebizmarts\MailChimp\Helper\Data::XML_PATH_WEBHOOK_ACTIVE) ||
Expand Down

0 comments on commit 05c90dd

Please sign in to comment.