From: Zach Copley Date: Thu, 24 Sep 2009 22:28:25 +0000 (-0700) Subject: Left a couple debugging statements in (removed) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b617c608ea0d66451eb2dcd75e1e1c58c179d8e6;p=quix0rs-gnu-social.git Left a couple debugging statements in (removed) --- 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); }