Clean up for logging
This commit is contained in:
parent
d9e6d5149b
commit
e1286e0629
1 changed files with 1 additions and 2 deletions
|
|
@ -665,10 +665,9 @@ class BaseImport
|
|||
//sort the array by key
|
||||
$keys = $this->column_map[$entity_type];
|
||||
ksort($keys);
|
||||
nlog($keys);
|
||||
|
||||
$data = array_map(function ($row) use ($keys) {
|
||||
nlog($row);
|
||||
|
||||
$row_count = count($row);
|
||||
$key_count = count($keys);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue