X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser.php;h=08a166d5ae4a4478be5943cd69eee776834e54ec;hb=4dad3191f65512b04894377541c4a041221ed9a2;hp=ea8ba40817ac74c3901c9f8f519deb677f616339;hpb=8fce42160738aab1b58755b36136cd9a968b3d27;p=quix0rs-gnu-social.git diff --git a/classes/User.php b/classes/User.php index ea8ba40817..08a166d5ae 100644 --- a/classes/User.php +++ b/classes/User.php @@ -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); }