Skip to content

Commit 50b6cb7

Browse files
ACPT-671
1 parent cc93658 commit 50b6cb7

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
@@ -1688,7 +1688,6 @@ protected function _saveProducts()
16881688
private function saveProductEntityPhase(array $rowData, array &$entityRowsUp, array &$entityRowsIn) : void
16891689
{
16901690
$rowSku = $rowData[self::COL_SKU];
1691-
// 1. Entity phase
16921691
if ($this->isSkuExist($rowSku)) {
16931692
// existing row
16941693
if (isset($rowData['attribute_set_code'])) {

0 commit comments

Comments
 (0)