Skip to content

Commit

Permalink
Update core system
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Ngalle committed Nov 29, 2024
1 parent 161d6f4 commit bb2ef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/FinanceAccountTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function balanceChecksum(bool $always = false): float

//Check if is force or record has expired
if ($account && !$always) {
Log::debug("Balance reading");
#Log::debug("Balance reading");
return $account->{FinanceAccount::CREDIBILITY};
}

Expand Down

0 comments on commit bb2ef94

Please sign in to comment.