mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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