Skip to content

Commit

Permalink
Merge pull request #14712 from nextcloud/remove-spaming-debug-logs
Browse files Browse the repository at this point in the history
Remove spaming debug logs
  • Loading branch information
MorrisJobke authored Mar 15, 2019
2 parents 8ff536f + 17d5e47 commit c01019b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/private/Files/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
1 change: 0 additions & 1 deletion lib/private/Template/CSSResourceLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit c01019b

Please sign in to comment.