diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-16 11:17:18 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-16 11:17:18 -0700 |
commit | 8ee60e6b5d694a8117c94595a0f03090cd41cca8 (patch) | |
tree | 8e2ddef9f46b141abffe6731fe9c3d92c37def84 /modules/comment | |
parent | ea8653f9470ceb09a4d5ddca2aec023f2f7fe5a2 (diff) |
slap my wrist... i forgot a debugging statement
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/helpers/comment_rss.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_rss.php b/modules/comment/helpers/comment_rss.php index a18beb9b..479023bd 100644 --- a/modules/comment/helpers/comment_rss.php +++ b/modules/comment/helpers/comment_rss.php @@ -33,7 +33,6 @@ class comment_rss_Core { return; } - Kohana_Log::add("error", "feed($feed_id, $offset, $limit, $id)"); $comments = ORM::factory("comment") ->viewable() ->where("state", "=", "published") |