]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove spaming debug logs 14712/head
authorJoas Schilling <coding@schilljs.com>
Fri, 15 Mar 2019 11:13:44 +0000 (12:13 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 15 Mar 2019 11:13:44 +0000 (12:13 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Files/View.php
lib/private/Template/CSSResourceLocator.php

index 10fbf00e73c6f5d689beb20b719c63be0540ef7d..736859b232b3e5d671911b5b3badfdc4204b71a7 100644 (file)
@@ -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;
                        }
 
index 5ca05d1b953a25519f1bff5aed2dc8fc21933e86..089c9eee521558cb08f70021273c797c7822966c 100644 (file)
@@ -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;
                        }
                }