mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
Removed debug messages.
This commit is contained in:
parent
69b36ddd1d
commit
d5bffc8ed7
@ -27,7 +27,6 @@ class Steam
|
||||
if (is_null($date)) {
|
||||
$latest = true;
|
||||
if (\Cache::has('account.' . $account->id . '.latestBalance')) {
|
||||
\Log::debug('Cache has latest balance for ' . $account->name . ', and it is: ' . \Cache::get('account.' . $account->id . '.latestBalance'));
|
||||
|
||||
return \Cache::get('account.' . $account->id . '.latestBalance');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user