remove unessesary logging of methods instantiation

This commit is contained in:
Clark Tomlinson 2015-04-08 14:46:01 -04:00
parent 053c15d1a7
commit 3ffb2d8abd

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