Remove spaming debug logs
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6bc1c885b2
commit
17d5e47937
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue