From: Clark Tomlinson Date: Wed, 8 Apr 2015 18:46:01 +0000 (-0400) Subject: remove unessesary logging of methods instantiation X-Git-Tag: v8.1.0alpha1~64^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ffb2d8abd4ae07f58c794513dea3ad5af7ddabe;p=nextcloud-server.git remove unessesary logging of methods instantiation --- 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); } /**