mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Remove spammy debug message
This commit is contained in:
@@ -81,7 +81,6 @@ class AccountBalanceCalculator
|
|||||||
private function getLatestBalance(int $accountId, int $currencyId, ?Carbon $notBefore): string
|
private function getLatestBalance(int $accountId, int $currencyId, ?Carbon $notBefore): string
|
||||||
{
|
{
|
||||||
if (null === $notBefore) {
|
if (null === $notBefore) {
|
||||||
Log::debug('getLatestBalance: no notBefore date, returning 0');
|
|
||||||
return '0';
|
return '0';
|
||||||
}
|
}
|
||||||
Log::debug(sprintf('getLatestBalance: notBefore date is "%s", calculating', $notBefore->format('Y-m-d')));
|
Log::debug(sprintf('getLatestBalance: notBefore date is "%s", calculating', $notBefore->format('Y-m-d')));
|
||||||
|
Reference in New Issue
Block a user