1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Fixes for importjson

This commit is contained in:
David Bomba 2021-06-08 22:44:38 +10:00
parent ad27910025
commit f7e91cabd4

View File

@ -208,7 +208,6 @@ class CompanyImport implements ShouldQueue
$company_owner = $this->company->owner();
if($this->company->account->isFreeHostedClient()){
nlog("This is a free account");
nlog("Backup user count = ".count($backup_users));
@ -268,7 +267,6 @@ class CompanyImport implements ShouldQueue
}
}
nlog($this->message);
nlog($this->pre_flight_checks_pass);