]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/accountprofileblock.php
Remove debugging statement
[quix0rs-gnu-social.git] / 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();