summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Tomlinson <fallen013@gmail.com>2015-04-08 14:46:01 -0400
committerClark Tomlinson <fallen013@gmail.com>2015-04-08 14:46:01 -0400
commit3ffb2d8abd4ae07f58c794513dea3ad5af7ddabe (patch)
treed33a97e159542a77a3272a2685347c97e196e606
parent053c15d1a7525d4b5e2b88dc9838efcdef1ed6be (diff)
downloadnextcloud-server-3ffb2d8abd4ae07f58c794513dea3ad5af7ddabe.tar.gz
nextcloud-server-3ffb2d8abd4ae07f58c794513dea3ad5af7ddabe.zip
remove unessesary logging of methods instantiation
-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);
}
/**