From: Brion Vibber Date: Mon, 4 Jan 2010 21:02:41 +0000 (-0800) Subject: drop debug statement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e668709ce48f366b4477bc62434db28b3e211a33;p=quix0rs-gnu-social.git drop debug statement --- diff --git a/actions/publictagcloud.php b/actions/publictagcloud.php index b5b474f132..9e4478dbb1 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 {