Skip to content

Commit f9aad43

Browse files
committed
ACP2E-1358, removed comments
1 parent 3603cc2 commit f9aad43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Eav/Model/Entity/AbstractEntity.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,6 @@ protected function _collectSaveData($newObject)
13511351
];
13521352
}
13531353
} elseif (!$this->_isAttributeValueEmpty($attribute, $v)) {
1354-
//one of the attributes (159) ends up here, though it already exists in the table
13551354
$insert[$attrId] = is_array($v) ? array_shift($v) : $v;//@TODO: MAGETWO-44182
13561355
}
13571356
}

0 commit comments

Comments
 (0)