diff options
author | friendica <info@friendica.com> | 2014-04-12 23:57:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-12 23:57:19 -0700 |
commit | dc1a529b63be56ed3cf4b29f98ff661647a459eb (patch) | |
tree | 0d57fe120a5221882acedaa98b64d97ab5017faa | |
parent | 4fda10db2f62b556d3f2800faa2820bdaf3c7ce0 (diff) | |
download | volse-hubzilla-dc1a529b63be56ed3cf4b29f98ff661647a459eb.tar.gz volse-hubzilla-dc1a529b63be56ed3cf4b29f98ff661647a459eb.tar.bz2 volse-hubzilla-dc1a529b63be56ed3cf4b29f98ff661647a459eb.zip |
remove extra tag logging
-rwxr-xr-x | include/text.php | 2 |
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; } |