summaryrefslogtreecommitdiff
path: root/modules/comment/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-20 10:57:48 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-20 10:57:48 -0700
commit7938a57dbe1935731dccc945235b10bf5c002dd2 (patch)
treeeb28088acb16b183eda48d74365b30d827f28a3a /modules/comment/helpers
parent75002732284c85dfd82934b04ef477fc5a274bfe (diff)
Oops. Remove debug line.
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r--modules/comment/helpers/comment_rss.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/comment/helpers/comment_rss.php b/modules/comment/helpers/comment_rss.php
index 2e8e564e..545192e5 100644
--- a/modules/comment/helpers/comment_rss.php
+++ b/modules/comment/helpers/comment_rss.php
@@ -62,8 +62,6 @@ class comment_rss_Core {
ArrayObject::ARRAY_AS_PROPS);
}
- Kohana_Log::add("error",print_r(Database::instance()->last_query(),1));
-
$feed->max_pages = ceil($comments->count_all() / $limit);
$feed->title = htmlspecialchars(t("Recent Comments"));
$feed->uri = url::abs_site("albums/" . (empty($id) ? "1" : $id));