Merge pull request #15490 from owncloud/remove-debug-logging
remove unessesary logging of methods instantiation
This commit is contained in:
commit
f3ef17a963
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue