From: Evan Prodromou Date: Sat, 31 Dec 2011 06:16:22 +0000 (-0800) Subject: remove debug message I'm sick of seeing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb05bdfcaf7159e35d162b49c7625066a5c040f8;p=quix0rs-gnu-social.git remove debug message I'm sick of seeing --- diff --git a/actions/userrss.php b/actions/userrss.php index 85ea2fd7fa..99330af57f 100644 --- a/actions/userrss.php +++ b/actions/userrss.php @@ -29,8 +29,6 @@ class UserrssAction extends Rss10Action function prepare($args) { - common_debug("UserrssAction"); - parent::prepare($args); $nickname = $this->trimmed('nickname'); $this->user = User::staticGet('nickname', $nickname);