diff options
Diffstat (limited to 'actions/userrss.php')
-rw-r--r-- | actions/userrss.php | 2 |
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); } |