Remove debugging statement

This commit is contained in:
Zach Copley 2011-04-08 17:41:40 -07:00
parent e3789488c6
commit 285c2ee72d

View File

@ -292,7 +292,6 @@ class AccountProfileBlock extends ProfileBlock
function show()
{
common_debug("show");
$this->out->elementStart('div', 'account_profile_block section');
if (Event::handle('StartShowAccountProfileBlock', array($this->out, $this->profile))) {
parent::show();