summaryrefslogtreecommitdiff
path: root/actions/userrss.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-09-24 15:28:25 -0700
committerZach Copley <zach@status.net>2009-09-24 15:28:25 -0700
commitb617c608ea0d66451eb2dcd75e1e1c58c179d8e6 (patch)
tree3d6d9b7319f25e4a11af573e5928205f9831c6b8 /actions/userrss.php
parente566219299b339fb649eb8a21bd37e8c93844375 (diff)
Left a couple debugging statements in (removed)
Diffstat (limited to 'actions/userrss.php')
-rw-r--r--actions/userrss.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/userrss.php b/actions/userrss.php
index e6f697092..19e610551 100644
--- a/actions/userrss.php
+++ b/actions/userrss.php
@@ -67,7 +67,6 @@ class UserrssAction extends Rss10Action
$user = $this->user;
if (is_null($user)) {
- common_debug('null user');
return null;
}
@@ -75,7 +74,6 @@ class UserrssAction extends Rss10Action
$notices = array();
while ($notice->fetch()) {
- common_debug("notice");
$notices[] = clone($notice);
}