summaryrefslogtreecommitdiff
path: root/modules/comment/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-16 11:17:18 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-16 11:17:18 -0700
commit8ee60e6b5d694a8117c94595a0f03090cd41cca8 (patch)
tree8e2ddef9f46b141abffe6731fe9c3d92c37def84 /modules/comment/helpers
parentea8653f9470ceb09a4d5ddca2aec023f2f7fe5a2 (diff)
slap my wrist... i forgot a debugging statement
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r--modules/comment/helpers/comment_rss.php1
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")