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
beb8a461cf
commit
1e7ecbdf9d
@ -199,7 +199,6 @@ class AccountController extends BaseController
|
||||
$accounts->each(
|
||||
function (Account $account) {
|
||||
if (Cache::has('account.' . $account->id . '.lastActivityDate')) {
|
||||
\Log::debug('Cache has latest activity date for ' . $account->name . ', and it is: ' . \Cache::get('account.' . $account->id . '.lastActivityDate'));
|
||||
$account->lastActionDate = Cache::get('account.' . $account->id . '.lastActivityDate');
|
||||
} else {
|
||||
$transaction = $account->transactions()->orderBy('updated_at', 'DESC')->first();
|
||||
|
Loading…
Reference in New Issue
Block a user