diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 10:57:48 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 10:57:48 -0700 |
commit | 7938a57dbe1935731dccc945235b10bf5c002dd2 (patch) | |
tree | eb28088acb16b183eda48d74365b30d827f28a3a | |
parent | 75002732284c85dfd82934b04ef477fc5a274bfe (diff) |
Oops. Remove debug line.
-rw-r--r-- | modules/comment/helpers/comment_rss.php | 2 |
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)); |