From 25e625fea7b04cd707007809e83a2a1de9fd087a Mon Sep 17 00:00:00 2001
From: Web Admin <w3adm@sanger.ac.uk>
Date: Fri, 4 Feb 2005 10:45:04 +0000
Subject: [PATCH] removing shouts

---
 modules/Bio/EnsEMBL/External/BlastAdaptor.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/External/BlastAdaptor.pm b/modules/Bio/EnsEMBL/External/BlastAdaptor.pm
index acebdafdc2..3b48f631cd 100644
--- a/modules/Bio/EnsEMBL/External/BlastAdaptor.pm
+++ b/modules/Bio/EnsEMBL/External/BlastAdaptor.pm
@@ -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( @_ );
-- 
GitLab