]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove debugging statement
authorZach Copley <zach@status.net>
Sat, 9 Apr 2011 00:41:40 +0000 (17:41 -0700)
committerZach Copley <zach@status.net>
Sat, 9 Apr 2011 00:41:40 +0000 (17:41 -0700)
lib/accountprofileblock.php

index e3e657fb1711f784059c27a9455fc036e0852b0b..c2d2e1da61ab5c1826869fd28d27413eec6c04ec 100644 (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();