summaryrefslogtreecommitdiff
path: root/plugins/Sitemap/sitemapindex.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-06-03 15:19:46 -0400
committerEvan Prodromou <evan@status.net>2010-06-03 15:19:46 -0400
commit1100831bc0271574552e9757aff09d8a9c916038 (patch)
tree10328452dc8a66b803b5549bdb9f7cafb6e25633 /plugins/Sitemap/sitemapindex.php
parentd17dd32aacd52cefef7faab99fb728a21fc6e4b3 (diff)
remove debug statements from Sitemap plugin
Diffstat (limited to 'plugins/Sitemap/sitemapindex.php')
-rw-r--r--plugins/Sitemap/sitemapindex.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Sitemap/sitemapindex.php b/plugins/Sitemap/sitemapindex.php
index 5150b1aeb..169e3031c 100644
--- a/plugins/Sitemap/sitemapindex.php
+++ b/plugins/Sitemap/sitemapindex.php
@@ -91,8 +91,6 @@ class SitemapindexAction extends Action
{
$noticeCounts = Sitemap_notice_count::getAll();
- common_debug(sprintf("Got %d notice counts", count($noticeCounts)));
-
foreach ($noticeCounts as $dt => $cnt) {
if ($cnt == 0) {
continue;