summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/tags.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/tags.php b/lib/private/tags.php
index 6a66cbde4b3..975b6dbfe0d 100644
--- a/lib/private/tags.php
+++ b/lib/private/tags.php
@@ -133,8 +133,6 @@ class Tags implements \OCP\ITags {
if(count($defaultTags) > 0 && count($this->tags) === 0) {
$this->addMultiple($defaultTags, true);
}
- \OCP\Util::writeLog('core', __METHOD__.', tags: ' . print_r($this->tags, true),
- \OCP\Util::DEBUG);
}
/**