remove debug code from replies
This commit is contained in:
parent
79ede2afdb
commit
7656277313
|
@ -403,7 +403,6 @@ class User extends Memcached_DataObject
|
|||
function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
|
||||
{
|
||||
$ids = Reply::stream($this->id, $offset, $limit, $since_id, $before_id, $since);
|
||||
common_debug("Ids = " . implode(',', $ids));
|
||||
return Notice::getStreamByIds($ids);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user