summaryrefslogtreecommitdiffstats
path: root/lib/private/Template
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-15 12:13:44 +0100
committerJoas Schilling <coding@schilljs.com>2019-03-15 12:13:44 +0100
commit17d5e47937fc3149c7da5e5391586d8c0b26d72b (patch)
treeaf5f760194742b1d3edde305f236bee1e8e2822f /lib/private/Template
parent6bc1c885b209563b12148858daf22e17d3005c58 (diff)
downloadnextcloud-server-17d5e47937fc3149c7da5e5391586d8c0b26d72b.tar.gz
nextcloud-server-17d5e47937fc3149c7da5e5391586d8c0b26d72b.zip
Remove spaming debug logs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Template')
-rw-r--r--lib/private/Template/CSSResourceLocator.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Template/CSSResourceLocator.php b/lib/private/Template/CSSResourceLocator.php
index 5ca05d1b953..089c9eee521 100644
--- a/lib/private/Template/CSSResourceLocator.php
+++ b/lib/private/Template/CSSResourceLocator.php
@@ -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;
}
}