mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
This generates a lot of logging, let’s remove it.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user