diff options
author | Brion Vibber <brion@status.net> | 2010-01-04 13:02:41 -0800 |
---|---|---|
committer | Brion Vibber <brion@status.net> | 2010-01-04 13:02:41 -0800 |
commit | e668709ce48f366b4477bc62434db28b3e211a33 (patch) | |
tree | a6c326297d5f74fbec325e197ca25f1c6605d039 | |
parent | 6add2693b009a2122883f4f6c96c775be878e42c (diff) |
drop debug statement
-rw-r--r-- | actions/publictagcloud.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/publictagcloud.php b/actions/publictagcloud.php index b5b474f13..9e4478dbb 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 { |