]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove debug message I'm sick of seeing
authorEvan Prodromou <evan@status.net>
Sat, 31 Dec 2011 06:16:22 +0000 (22:16 -0800)
committerEvan Prodromou <evan@status.net>
Sat, 31 Dec 2011 06:16:22 +0000 (22:16 -0800)
actions/userrss.php

index 85ea2fd7fa4213722084a5eb904abf29a2225025..99330af57f7edf9e3b260f58ba23b8b3f6e640b8 100644 (file)
@@ -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);