forked from GNUsocial/gnu-social
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('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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user