Skip to content

Commit

Permalink
Remove duplicate line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
denny committed Aug 20, 2019
1 parent 9a9577c commit 0aa5a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ShinyCMS/Controller/Discussion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ sub delete_comment : Chained( 'base' ) : PathPart( 'delete' ) : Args( 1 ) {
$comment->delete;

# Bounce back to the discussion location
my $url = $self->build_url( $c );
$c->response->redirect( $url );
$c->detach;
}
Expand Down

0 comments on commit 0aa5a68

Please sign in to comment.