From 225a7d178337eda9ed232da5f086e42f5a57fc1b Mon Sep 17 00:00:00 2001
From: Web Admin <w3adm@sanger.ac.uk>
Date: Mon, 15 Dec 2003 14:08:27 +0000
Subject: [PATCH] Removed stupid tilde warning

---
 modules/Bio/EnsEMBL/Lite/GeneAdaptor.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Lite/GeneAdaptor.pm b/modules/Bio/EnsEMBL/Lite/GeneAdaptor.pm
index 683ed639ee..2729ff32c0 100644
--- a/modules/Bio/EnsEMBL/Lite/GeneAdaptor.pm
+++ b/modules/Bio/EnsEMBL/Lite/GeneAdaptor.pm
@@ -244,7 +244,7 @@ sub fetch_by_DBEntry {
 
 sub fetch_by_stable_id {
   my ($self, $stable_id, $chr_coords) = @_;
-  warn( "~~~~~~~~~~~~~~" );
+  #warn( "~~~~~~~~~~~~~~" );
   my $core_db_adaptor = $self->db->get_db_adaptor('core');
 
   my $sth = $self->prepare
-- 
GitLab