diff --git a/actions/showstream.php b/actions/showstream.php index 73258cd9a2..f8446e008a 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -54,12 +54,6 @@ class ShowstreamAction extends StreamAction { common_show_header($profile->nickname, array($this, 'show_header'), $user); - $cur = common_current_user(); - - if ($cur && $profile->id == $cur->id) { - common_notice_form(); - } - $this->show_profile($profile); $this->show_notices($profile);