Skip to content

Commit 2333883

Browse files
author
nsyvokonenko
committed
MAGETWO-37614: Stabilize story
- L3
1 parent 6576e49 commit 2333883

File tree

1 file changed

+0
-3
lines changed
  • app/code/Magento/CustomerImportExport/Model/Import

1 file changed

+0
-3
lines changed

app/code/Magento/CustomerImportExport/Model/Import/Customer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@ protected function _getNextEntityId()
303303
*/
304304
protected function _prepareDataForUpdate(array $rowData)
305305
{
306-
/** @var $passwordAttribute \Magento\Customer\Model\Attribute */
307-
$passwordAttribute = $this->_customerModel->getAttribute('password_hash');
308-
309306
$entitiesToCreate = [];
310307
$entitiesToUpdate = [];
311308
$attributesToSave = [];

0 commit comments

Comments
 (0)