remove debug message I'm sick of seeing

This commit is contained in:
Evan Prodromou 2011-12-30 22:16:22 -08:00
parent ac5e29de5a
commit eb05bdfcaf
1 changed files with 0 additions and 2 deletions

View 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);