Remove debugging statement
This commit is contained in:
parent
e3789488c6
commit
285c2ee72d
|
@ -292,7 +292,6 @@ class AccountProfileBlock extends ProfileBlock
|
||||||
|
|
||||||
function show()
|
function show()
|
||||||
{
|
{
|
||||||
common_debug("show");
|
|
||||||
$this->out->elementStart('div', 'account_profile_block section');
|
$this->out->elementStart('div', 'account_profile_block section');
|
||||||
if (Event::handle('StartShowAccountProfileBlock', array($this->out, $this->profile))) {
|
if (Event::handle('StartShowAccountProfileBlock', array($this->out, $this->profile))) {
|
||||||
parent::show();
|
parent::show();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user