Skip to content

Commit eac4a7c

Browse files
author
Michael Logvin
committed
MAGETWO-37614: Stabilize story
1 parent a0d62ec commit eac4a7c

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ protected function _prepareDataForUpdate(array $rowData)
305305
{
306306
/** @var $passwordAttribute \Magento\Customer\Model\Attribute */
307307
$passwordAttribute = $this->_customerModel->getAttribute('password_hash');
308-
$passwordAttributeId = $passwordAttribute->getId();
309-
$passwordStorageTable = $passwordAttribute->getBackend()->getTable();
310308

311309
$entitiesToCreate = [];
312310
$entitiesToUpdate = [];

0 commit comments

Comments
 (0)