Clean up logging
This commit is contained in:
parent
bfefbab911
commit
481c015efb
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class ClientLedgerBalanceUpdate implements ShouldQueue
|
|||
*/
|
||||
public function handle() :void
|
||||
{
|
||||
nlog("Updating company ledger for client ". $this->client->id);
|
||||
// nlog("Updating company ledger for client ". $this->client->id);
|
||||
|
||||
MultiDB::setDb($this->company->db);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue