diff --git a/vendor/magento/module-sales/CustomerData/LastOrderedItems.php b/vendor/magento/module-sales/CustomerData/LastOrderedItems.php --- a/vendor/magento/module-sales/CustomerData/LastOrderedItems.php +++ b/vendor/magento/module-sales/CustomerData/LastOrderedItems.php @@ -135,7 +135,7 @@ $this->_storeManager->getStore()->getId() ); } catch (NoSuchEntityException $noEntityException) { - $this->logger->critical($noEntityException); + // $this->logger->critical($noEntityException); continue; } if (in_array($website, $product->getWebsiteIds())) {