diff options
-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; } |