Skip to content
Snippets Groups Projects
Commit 25e625fe authored by Web Admin's avatar Web Admin
Browse files

removing shouts

parent 289e72df
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,6 @@ sub retrieve {
Bio::Search::HSP::HSPI hsp
);
foreach my $type (keys %METHODS) {
warn "Trying $type -> $METHODS{$type}";
if( UNIVERSAL::isa($caller, $type) ) {
my $method = "retrieve_$METHODS{$type}";
return $self->$method( @_ );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment