Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
slap my wrist... i forgot a debugging statement
  • Loading branch information
Tim Almdal committed Jun 16, 2010
1 parent ea8653f commit 8ee60e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/comment/helpers/comment_rss.php
Expand Up @@ -33,7 +33,6 @@ static function feed($feed_id, $offset, $limit, $id) {
return;
}

Kohana_Log::add("error", "feed($feed_id, $offset, $limit, $id)");
$comments = ORM::factory("comment")
->viewable()
->where("state", "=", "published")
Expand Down

0 comments on commit 8ee60e6

Please sign in to comment.