remove debug statement from JoinListItem
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user