mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +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
|
public function has(): bool
|
||||||
{
|
{
|
||||||
if (getenv('APP_ENV') == 'testing') {
|
if (getenv('APP_ENV') == 'testing') {
|
||||||
Log::debug('APP_ENV is testing, cache disabled.');
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$this->md5();
|
$this->md5();
|
||||||
|
Reference in New Issue
Block a user