aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.php')
-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;
}