Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-15 14:13:44 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-15 14:13:44 +0300
commit17d5e47937fc3149c7da5e5391586d8c0b26d72b (patch)
treeaf5f760194742b1d3edde305f236bee1e8e2822f /lib/private/Files/View.php
parent6bc1c885b209563b12148858daf22e17d3005c58 (diff)
Remove spaming debug logs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Files/View.php')
-rw-r--r--lib/private/Files/View.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php
index 10fbf00e73c..736859b232b 100644
--- a/lib/private/Files/View.php
+++ b/lib/private/Files/View.php
@@ -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;
}