Merge pull request #15490 from owncloud/remove-debug-logging

remove unessesary logging of methods instantiation
This commit is contained in:
Morris Jobke 2015-04-08 21:42:47 +02:00
commit f3ef17a963
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}
/**