drop debug statement

This commit is contained in:
Brion Vibber 2010-01-04 13:02:41 -08:00
parent 6add2693b0
commit e668709ce4
1 changed files with 0 additions and 1 deletions

View 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 {