Skip to content

Commit c01019b

Browse files
authored
Merge pull request #14712 from nextcloud/remove-spaming-debug-logs
Remove spaming debug logs
2 parents 8ff536f + 17d5e47 commit c01019b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/private/Files/View.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,6 @@ public function getFileInfo($path, $includeMountPoints = true) {
13741374
$data = $this->getCacheEntry($storage, $internalPath, $relativePath);
13751375

13761376
if (!$data instanceof ICacheEntry) {
1377-
\OC::$server->getLogger()->debug('No cache entry found for ' . $path . ' (storage: ' . $storage->getId() . ', internalPath: ' . $internalPath . ')');
13781377
return false;
13791378
}
13801379

lib/private/Template/CSSResourceLocator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ protected function cacheAndAppendScssIfExist($root, $file, $app = 'core') {
115115
return false;
116116
}
117117
} else {
118-
$this->logger->debug('Scss is disabled for '.$root.'/'.$file.', ignoring', ['app' => 'core']);
119118
return true;
120119
}
121120
}

0 commit comments

Comments
 (0)