diff options
author | Evan Prodromou <evan@status.net> | 2010-01-04 15:14:54 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-04 15:14:54 -1000 |
commit | 7aeb11bb077079d5008e9c07e3945b466eb2d3b8 (patch) | |
tree | 60b4ce077b688e048c11d04923421d0ce494fed7 /actions | |
parent | 3f3d6905deb1f292d9f0c5aacb67b98bdfa100c5 (diff) | |
parent | 31585453fc7c7ed2d4b9c72ef0478e541b5622e4 (diff) |
Merge branch 'master' into 0.9.x
Conflicts:
actions/publictagcloud.php
classes/Memcached_DataObject.php
Diffstat (limited to 'actions')
-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 { |