Skip to content
Snippets Groups Projects
Commit 17f270cd authored by Eduardo Eyras's avatar Eduardo Eyras
Browse files

commented out debugging print

parent 62224abf
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
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