From d5bffc8ed7785406962f0d2a715dfe29d11c00cd Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 26 Nov 2014 17:20:23 +0100 Subject: [PATCH] Removed debug messages. --- app/lib/FireflyIII/Shared/Toolkit/Steam.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib/FireflyIII/Shared/Toolkit/Steam.php b/app/lib/FireflyIII/Shared/Toolkit/Steam.php index b8e79ef4a1..9da5fc7b40 100644 --- a/app/lib/FireflyIII/Shared/Toolkit/Steam.php +++ b/app/lib/FireflyIII/Shared/Toolkit/Steam.php @@ -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'); }