Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talina06 committed Jun 10, 2014
1 parent 797336a commit ff124da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/MetaCPAN/Web/Controller/Release.pm
Expand Up @@ -34,9 +34,6 @@ sub index : Chained('/') PathPart('release') CaptureArgs(1) {

sub plusser_display : Chained('index') PathPart('plusser') Args(0) {
my ( $self, $c ) = @_;

# $c->stash( $c->model('API::Favorite')->find_plussers($c->stash->{data}) );

$c->stash( { template => 'plusser.html' } );

}
Expand Down

0 comments on commit ff124da

Please sign in to comment.