diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 10fbf00e73c6f..736859b232b3e 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -1374,7 +1374,6 @@ public function getFileInfo($path, $includeMountPoints = true) { $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; } diff --git a/lib/private/Template/CSSResourceLocator.php b/lib/private/Template/CSSResourceLocator.php index 5ca05d1b953a2..089c9eee52155 100644 --- a/lib/private/Template/CSSResourceLocator.php +++ b/lib/private/Template/CSSResourceLocator.php @@ -115,7 +115,6 @@ protected function cacheAndAppendScssIfExist($root, $file, $app = 'core') { return false; } } else { - $this->logger->debug('Scss is disabled for '.$root.'/'.$file.', ignoring', ['app' => 'core']); return true; } }