From 17f270cd60d749213c8066d4773560b7ac0a0471 Mon Sep 17 00:00:00 2001
From: Eduardo Eyras <eae@sanger.ac.uk>
Date: Wed, 20 Nov 2002 09:46:15 +0000
Subject: [PATCH] commented out debugging print

---
 modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
index 85bac89d6d..e9299da05d 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
@@ -591,10 +591,11 @@ sub remove {
     if($type eq 'protein_align_feature'){
       my $f = $prot_adp->fetch_by_dbID($feature_id);
       $prot_adp->remove($f);
-      print "have removed ".$f->dbID."\n";
-    }elsif($type eq 'dna_align_feature'){
+      #print "have removed ".$f->dbID."\n";
+    }
+    elsif($type eq 'dna_align_feature'){
       my $f = $dna_adp->fetch_by_dbID($feature_id);
-      print "have removed ".$f->dbID."\n";
+      #print "have removed ".$f->dbID."\n";
       $dna_adp->remove($f);
     }
   }
-- 
GitLab