Left a couple debugging statements in (removed)

This commit is contained in:
Zach Copley 2009-09-24 15:28:25 -07:00
parent e566219299
commit b617c608ea
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}