forked from GNUsocial/gnu-social
Left a couple debugging statements in (removed)
This commit is contained in:
parent
e566219299
commit
b617c608ea
@ -67,7 +67,6 @@ class UserrssAction extends Rss10Action
|
|||||||
$user = $this->user;
|
$user = $this->user;
|
||||||
|
|
||||||
if (is_null($user)) {
|
if (is_null($user)) {
|
||||||
common_debug('null user');
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -75,7 +74,6 @@ class UserrssAction extends Rss10Action
|
|||||||
|
|
||||||
$notices = array();
|
$notices = array();
|
||||||
while ($notice->fetch()) {
|
while ($notice->fetch()) {
|
||||||
common_debug("notice");
|
|
||||||
$notices[] = clone($notice);
|
$notices[] = clone($notice);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user