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();