Remove logging

This commit is contained in:
David Bomba 2024-03-26 15:52:14 +11:00
parent dccf182b52
commit 9ef5f58cfa

View File

@ -1144,8 +1144,6 @@ class Import implements ShouldQueue
$key = "invoices_{$resource['id']}"; $key = "invoices_{$resource['id']}";
nlog($invoice->id);
$this->ids['invoices'][$key] = [ $this->ids['invoices'][$key] = [
'old' => $resource['id'], 'old' => $resource['id'],
'new' => $invoice->id, 'new' => $invoice->id,