mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up for logging
This commit is contained in:
parent
d9e6d5149b
commit
e1286e0629
@ -665,10 +665,9 @@ class BaseImport
|
|||||||
//sort the array by key
|
//sort the array by key
|
||||||
$keys = $this->column_map[$entity_type];
|
$keys = $this->column_map[$entity_type];
|
||||||
ksort($keys);
|
ksort($keys);
|
||||||
nlog($keys);
|
|
||||||
|
|
||||||
$data = array_map(function ($row) use ($keys) {
|
$data = array_map(function ($row) use ($keys) {
|
||||||
nlog($row);
|
|
||||||
$row_count = count($row);
|
$row_count = count($row);
|
||||||
$key_count = count($keys);
|
$key_count = count($keys);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user