summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/showstream.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 73258cd9a..f8446e008 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);