From b617c608ea0d66451eb2dcd75e1e1c58c179d8e6 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 24 Sep 2009 15:28:25 -0700 Subject: [PATCH] Left a couple debugging statements in (removed) --- actions/userrss.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/userrss.php b/actions/userrss.php index e6f6970924..19e610551d 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); }