diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-04-08 21:42:47 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-04-08 21:42:47 +0200 |
commit | f3ef17a963da6611382b0c8267d117498ad8bf7b (patch) | |
tree | cca09045a045a33cc364c28777d9bf8337c3089e /lib | |
parent | 4e60b8126474e775bd3ab669d80057b8125ba5f9 (diff) | |
parent | 3ffb2d8abd4ae07f58c794513dea3ad5af7ddabe (diff) | |
download | nextcloud-server-f3ef17a963da6611382b0c8267d117498ad8bf7b.tar.gz nextcloud-server-f3ef17a963da6611382b0c8267d117498ad8bf7b.zip |
Merge pull request #15490 from owncloud/remove-debug-logging
remove unessesary logging of methods instantiation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/tags.php | 2 |
1 files changed, 0 insertions, 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); } /** |