remove notice form from showstream

darcs-hash:20080611023246-84dde-cd0a768e95af336cada91fc28246ae4d100bb854.gz
This commit is contained in:
Evan Prodromou 2008-06-10 22:32:46 -04:00
parent 59cade2019
commit e4534d60be
1 changed files with 0 additions and 6 deletions

View File

@ -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);