aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-12 23:57:19 -0700
committerfriendica <info@friendica.com>2014-04-12 23:57:19 -0700
commitdc1a529b63be56ed3cf4b29f98ff661647a459eb (patch)
tree0d57fe120a5221882acedaa98b64d97ab5017faa /include
parent4fda10db2f62b556d3f2800faa2820bdaf3c7ce0 (diff)
downloadvolse-hubzilla-dc1a529b63be56ed3cf4b29f98ff661647a459eb.tar.gz
volse-hubzilla-dc1a529b63be56ed3cf4b29f98ff661647a459eb.tar.bz2
volse-hubzilla-dc1a529b63be56ed3cf4b29f98ff661647a459eb.zip
remove extra tag logging
Diffstat (limited to 'include')
-rwxr-xr-xinclude/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 97638f693..63fb76422 100755
--- a/include/text.php
+++ b/include/text.php
@@ -642,7 +642,7 @@ function get_tags($s) {
usort($ret,'tag_sort_length');
- logger('get_tags: ' . print_r($ret,true));
+// logger('get_tags: ' . print_r($ret,true));
return $ret;
}