From 285c2ee72dc254988a38d591c71efc726a8d6de4 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 8 Apr 2011 17:41:40 -0700 Subject: [PATCH] Remove debugging statement --- lib/accountprofileblock.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/accountprofileblock.php b/lib/accountprofileblock.php index e3e657fb17..c2d2e1da61 100644 --- a/lib/accountprofileblock.php +++ b/lib/accountprofileblock.php @@ -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(); -- 2.39.2