diff --git a/app/code/Magento/Wishlist/CustomerData/Wishlist.php b/app/code/Magento/Wishlist/CustomerData/Wishlist.php index ce04887732f6d..0e4a60b296e11 100644 --- a/app/code/Magento/Wishlist/CustomerData/Wishlist.php +++ b/app/code/Magento/Wishlist/CustomerData/Wishlist.php @@ -155,11 +155,7 @@ protected function getImageData($product) ? 'Magento_Catalog/product/image' : 'Magento_Catalog/product/image_with_borders'; - try { - $imagesize = $helper->getResizedImageInfo(); - } catch (NotLoadInfoImageException $exception) { - $imagesize = [$helper->getWidth(), $helper->getHeight()]; - } + $imagesize = [$helper->getWidth(), $helper->getHeight()]; $width = $helper->getFrame() ? $helper->getWidth()