From 3ffb2d8abd4ae07f58c794513dea3ad5af7ddabe Mon Sep 17 00:00:00 2001 From: Clark Tomlinson Date: Wed, 8 Apr 2015 14:46:01 -0400 Subject: [PATCH] remove unessesary logging of methods instantiation --- lib/private/tags.php | 2 -- 1 file changed, 2 deletions(-) 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); } /** -- 2.39.5