Clean up logging

This commit is contained in:
David Bomba 2022-06-10 12:18:02 +10:00
parent bfefbab911
commit 481c015efb

View File

@ -47,7 +47,7 @@ class ClientLedgerBalanceUpdate implements ShouldQueue
*/ */
public function handle() :void 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); MultiDB::setDb($this->company->db);