mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Removed debug messages.
This commit is contained in:
parent
69b36ddd1d
commit
d5bffc8ed7
@ -27,7 +27,6 @@ class Steam
|
|||||||
if (is_null($date)) {
|
if (is_null($date)) {
|
||||||
$latest = true;
|
$latest = true;
|
||||||
if (\Cache::has('account.' . $account->id . '.latestBalance')) {
|
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');
|
return \Cache::get('account.' . $account->id . '.latestBalance');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user