Skip to content

Commit bd96456

Browse files
david-fuehrhostep
authored andcommitted
Remove misplaced critical log
There is no longer a critical error when a logged in customer has no active quote - which is e.g. the case when an order was placed but no new quote was yet created. @see #23411
1 parent 68d2137 commit bd96456

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Checkout/Model/Session.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ public function getQuote()
287287
$quote = $this->quoteRepository->getActiveForCustomer($customerId);
288288
$this->setQuoteId($quote->getId());
289289
} catch (\Magento\Framework\Exception\NoSuchEntityException $e) {
290-
$this->logger->critical($e);
291290
}
292291
} else {
293292
$quote->setIsCheckoutCart(true);

0 commit comments

Comments
 (0)