]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unessesary logging of methods instantiation
authorClark Tomlinson <fallen013@gmail.com>
Wed, 8 Apr 2015 18:46:01 +0000 (14:46 -0400)
committerClark Tomlinson <fallen013@gmail.com>
Wed, 8 Apr 2015 18:46:01 +0000 (14:46 -0400)
lib/private/tags.php

index 6a66cbde4b3b1d1d23399d38b2a17d6cb038354c..975b6dbfe0d25f6c1ae965e33e2bc7d38a92521e 100644 (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);
        }
 
        /**