forked from GNUsocial/gnu-social
remove debug statement from JoinListItem
This commit is contained in:
parent
b73eaa44de
commit
7c4dfb8480
@ -55,7 +55,6 @@ class JoinListItem extends NoticeListItemAdapter
|
|||||||
|
|
||||||
function showNotice()
|
function showNotice()
|
||||||
{
|
{
|
||||||
common_debug("Showing notice from JoinListItem");
|
|
||||||
$out = $this->nli->out;
|
$out = $this->nli->out;
|
||||||
$out->elementStart('div', 'entry-title');
|
$out->elementStart('div', 'entry-title');
|
||||||
$this->showContent();
|
$this->showContent();
|
||||||
|
Loading…
Reference in New Issue
Block a user