Skip to content

Commit dcc88ab

Browse files
committed
MAGETWO-98980: [Backport for 2.1.x] Redirecting problem on storefront
- remove debug product
1 parent 51c450b commit dcc88ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Model/ProductRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ public function save(\Magento\Catalog\Api\Data\ProductInterface $product, $saveO
546546
} catch (LocalizedException $e) {
547547
throw $e;
548548
} catch (\Exception $e) {
549-
echo $e->getMessage(), PHP_EOL, $e->getTraceAsString();
550549
throw new \Magento\Framework\Exception\CouldNotSaveException(__('Unable to save product'));
551550
}
552551
unset($this->instances[$product->getSku()]);

0 commit comments

Comments
 (0)