drop debug statement
This commit is contained in:
@@ -132,7 +132,6 @@ class PublictagcloudAction extends Action
|
|||||||
$this->elementStart('dd');
|
$this->elementStart('dd');
|
||||||
$this->elementStart('ul', 'tags xoxo tag-cloud');
|
$this->elementStart('ul', 'tags xoxo tag-cloud');
|
||||||
foreach ($tw as $tag => $weight) {
|
foreach ($tw as $tag => $weight) {
|
||||||
common_log(LOG_DEBUG, "$weight/$sum");
|
|
||||||
if ($sum) {
|
if ($sum) {
|
||||||
$weightedSum = $weight/$sum;
|
$weightedSum = $weight/$sum;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user