Skip to content

Commit 2c9d936

Browse files
committed
ACP2E-3972: Csv product import : Unable to unset a swatch image
1 parent 4e0dfe9 commit 2c9d936

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,6 @@ protected function _saveProducts()
17181718
$this->saveProductToWebsitePhase($rowData);
17191719
$this->saveProductCategoriesPhase($rowNum, $rowData);
17201720
$this->saveProductTierPricesPhase($rowData, $priceIsGlobal, $tierPrices);
1721-
$imagesToBeRemoved = [];
17221721
$this->saveProductMediaGalleryPhase(
17231722
$rowNum,
17241723
$rowData,

0 commit comments

Comments
 (0)