mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This generates a lot of logging, let’s remove it.
This commit is contained in:
parent
f2f9f8fbab
commit
b78776e1f7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user