remove debug code from replies

This commit is contained in:
Evan Prodromou 2009-05-30 03:02:26 -04:00
parent 79ede2afdb
commit 7656277313
1 changed files with 0 additions and 1 deletions

View File

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