Clean up for logging

This commit is contained in:
David Bomba 2023-03-04 12:17:40 +11:00
parent d9e6d5149b
commit e1286e0629

View File

@ -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);