Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1905 from metacpan/mickey/cleanup
Removed unused method
  • Loading branch information
oalders committed Jun 6, 2017
2 parents aefd883 + 7add768 commit ed0930e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/MetaCPAN/Web/Model/API/Release.pm
Expand Up @@ -345,11 +345,6 @@ sub versions {
return ( $data->{releases} || [] );
}

sub favorites {
my ( $self, $dist ) = @_;
$self->request( '/favorite/_search', {} );
}

sub topuploaders {
my ( $self, $range ) = @_;
my $range_filter = {
Expand Down

0 comments on commit ed0930e

Please sign in to comment.