drop debug statement
This commit is contained in:
parent
6add2693b0
commit
e668709ce4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user