]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/publictagcloud.php
strip out session ID from root URL
[quix0rs-gnu-social.git] / actions / publictagcloud.php
index b5b474f132184eebb2c66935537e6d122820ab45..9e4478dbb13165e1e908e9dbc02114f137e496ee 100644 (file)
@@ -132,7 +132,6 @@ class PublictagcloudAction extends Action
             $this->elementStart('dd');
             $this->elementStart('ul', 'tags xoxo tag-cloud');
             foreach ($tw as $tag => $weight) {
-                common_log(LOG_DEBUG, "$weight/$sum");
                 if ($sum) {
                     $weightedSum = $weight/$sum;
                 } else {