X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpublictagcloud.php;h=9e4478dbb13165e1e908e9dbc02114f137e496ee;hb=3b007934e49db8b9950171680d0360cae7ab4fdb;hp=b5b474f132184eebb2c66935537e6d122820ab45;hpb=6911e1c7972c3adec53d0fe04ebdd7da0fbd8b12;p=quix0rs-gnu-social.git diff --git a/actions/publictagcloud.php b/actions/publictagcloud.php index b5b474f132..9e4478dbb1 100644 --- a/actions/publictagcloud.php +++ b/actions/publictagcloud.php @@ -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 {