X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ftagcloudsection.php;h=268540cf9be4a97193035ea82d9919acd06ce6b7;hb=76babcb430e6fae9254541f5a26483e576dfe5f3;hp=f82a0dd153189955507406de90cdd2b4f5b709b2;hpb=cf399b724c5faaebd164924b173d341cd1736442;p=quix0rs-gnu-social.git diff --git a/lib/tagcloudsection.php b/lib/tagcloudsection.php index f82a0dd153..268540cf9b 100644 --- a/lib/tagcloudsection.php +++ b/lib/tagcloudsection.php @@ -50,7 +50,7 @@ class TagCloudSection extends Section function showContent() { $tags = $this->getTags(); - /* NOISY-DEBUG: */ common_debug('[' . __METHOD__ . ':' . __LINE__ . '] tags[]=' . gettype($tags)); + //* NOISY-DEBUG: */ common_debug('[' . __METHOD__ . ':' . __LINE__ . '] tags[]=' . gettype($tags)); if (!$tags) { // TRANS: Content displayed in a tag cloud section if there are no tags.