]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User.php
Merge branch 'groupalias' into 0.8.x
[quix0rs-gnu-social.git] / classes / User.php
index ea8ba40817ac74c3901c9f8f519deb677f616339..08a166d5ae4a4478be5943cd69eee776834e54ec 100644 (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);
     }