This generates a lot of logging, let’s remove it.

This commit is contained in:
James Cole 2016-12-25 11:52:01 +01:00
parent f2f9f8fbab
commit b78776e1f7

View File

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