Remove spaming debug logs

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-03-15 12:13:44 +01:00
parent 6bc1c885b2
commit 17d5e47937
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with 0 additions and 2 deletions

View File

@ -1374,7 +1374,6 @@ class View {
$data = $this->getCacheEntry($storage, $internalPath, $relativePath);
if (!$data instanceof ICacheEntry) {
\OC::$server->getLogger()->debug('No cache entry found for ' . $path . ' (storage: ' . $storage->getId() . ', internalPath: ' . $internalPath . ')');
return false;
}

View File

@ -115,7 +115,6 @@ class CSSResourceLocator extends ResourceLocator {
return false;
}
} else {
$this->logger->debug('Scss is disabled for '.$root.'/'.$file.', ignoring', ['app' => 'core']);
return true;
}
}