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 21748cf commit 718e2ffCopy full SHA for 718e2ff
app/code/Magento/PageBuilder/Controller/Adminhtml/Template/Save.php
@@ -151,8 +151,6 @@ public function execute()
151
// Store the preview image within the new entity
152
$template->setPreviewImage($filePath);
153
} catch (\Exception $e) {
154
- echo $e->getMessage();
155
- exit;
156
$this->logger->critical($e);
157
158
return $this->resultFactory->create(ResultFactory::TYPE_JSON)->setData(
0 commit comments