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 4e0dfe9 commit 2c9d936Copy full SHA for 2c9d936
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1718,7 +1718,6 @@ protected function _saveProducts()
1718
$this->saveProductToWebsitePhase($rowData);
1719
$this->saveProductCategoriesPhase($rowNum, $rowData);
1720
$this->saveProductTierPricesPhase($rowData, $priceIsGlobal, $tierPrices);
1721
- $imagesToBeRemoved = [];
1722
$this->saveProductMediaGalleryPhase(
1723
$rowNum,
1724
$rowData,
0 commit comments