Skip to content

Commit

Permalink
Oops. Remove debug line.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 20, 2010
1 parent 7500273 commit 7938a57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/comment/helpers/comment_rss.php
Expand Up @@ -62,8 +62,6 @@ static function feed($feed_id, $offset, $limit, $id) {
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));
Expand Down

0 comments on commit 7938a57

Please sign in to comment.