We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be49aa commit 060e2e8Copy full SHA for 060e2e8
app/code/Magento/Contact/Controller/Index/Post.php
@@ -79,7 +79,6 @@ public function execute()
79
$this->messageManager->addErrorMessage($e->getMessage());
80
$this->getDataPersistor()->set('contact_us', $this->getRequest()->getParams());
81
} catch (\Exception $e) {
82
- $this->logger->addError('An error occurred in Controller\\Index\\Post: ' . $e->getMessage());
83
$this->logger->critical($e);
84
$this->messageManager->addErrorMessage(
85
__('An error occurred while processing your form. Please try again later.')
0 commit comments