mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
remove unessesary logging of methods instantiation
This commit is contained in:
parent
053c15d1a7
commit
3ffb2d8abd
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue