]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
drop debug statement
authorBrion Vibber <brion@status.net>
Mon, 4 Jan 2010 21:02:41 +0000 (13:02 -0800)
committerBrion Vibber <brion@status.net>
Mon, 4 Jan 2010 21:02:41 +0000 (13:02 -0800)
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 {