From b78776e1f7d737adfdde26bcd81cc512ffafa2d1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 25 Dec 2016 11:52:01 +0100 Subject: [PATCH] =?UTF-8?q?This=20generates=20a=20lot=20of=20logging,=20le?= =?UTF-8?q?t=E2=80=99s=20remove=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Support/CacheProperties.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Support/CacheProperties.php b/app/Support/CacheProperties.php index 105115f959..b8e493d134 100644 --- a/app/Support/CacheProperties.php +++ b/app/Support/CacheProperties.php @@ -76,8 +76,6 @@ class CacheProperties public function has(): bool { if (getenv('APP_ENV') == 'testing') { - Log::debug('APP_ENV is testing, cache disabled.'); - return false; } $this->md5();