]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove debug statement from JoinListItem
authorEvan Prodromou <evan@status.net>
Tue, 23 Aug 2011 15:52:45 +0000 (11:52 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 23 Aug 2011 15:52:45 +0000 (11:52 -0400)
plugins/Activity/joinlistitem.php

index 404ac847d94c56da384a3d0b25605a2b2b66daf8..29774917acd135b297614054a562f5092ce087a1 100644 (file)
@@ -55,7 +55,6 @@ class JoinListItem extends NoticeListItemAdapter
     
     function showNotice()
     {
-       common_debug("Showing notice from JoinListItem");
         $out = $this->nli->out;
         $out->elementStart('div', 'entry-title');
         $this->showContent();