From: Evan Prodromou Date: Tue, 23 Aug 2011 15:52:45 +0000 (-0400) Subject: remove debug statement from JoinListItem X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c4dfb848041ea0bf605f7e57b172e656d55c18a;p=quix0rs-gnu-social.git remove debug statement from JoinListItem --- diff --git a/plugins/Activity/joinlistitem.php b/plugins/Activity/joinlistitem.php index 404ac847d9..29774917ac 100644 --- a/plugins/Activity/joinlistitem.php +++ b/plugins/Activity/joinlistitem.php @@ -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();