mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Clean up logging
This commit is contained in:
parent
bc21d916b9
commit
2c04cbb86f
@ -71,14 +71,14 @@ class ClientLedgerBalanceUpdate implements ShouldQueue
|
||||
|
||||
}
|
||||
|
||||
nlog("Updating Balance NOW");
|
||||
// nlog("Updating Balance NOW");
|
||||
|
||||
$company_ledger->balance = $last_record->balance + $company_ledger->adjustment;
|
||||
$company_ledger->save();
|
||||
|
||||
});
|
||||
|
||||
nlog("Updating company ledger for client ". $this->client->id);
|
||||
// nlog("Updating company ledger for client ". $this->client->id);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user