remove debug statement from JoinListItem

This commit is contained in:
Evan Prodromou 2011-08-23 11:52:45 -04:00
parent b73eaa44de
commit 7c4dfb8480
1 changed files with 0 additions and 1 deletions

View 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();