From 568043db1fa3f2c0b73bf7a930b77cd738c496c0 Mon Sep 17 00:00:00 2001 From: Florent Angly Date: Mon, 10 Sep 2012 14:17:45 +1000 Subject: [PATCH] Removed some comments --- Bio/DB/Fasta.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Bio/DB/Fasta.pm b/Bio/DB/Fasta.pm index 0ba893310..ba4d2153a 100644 --- a/Bio/DB/Fasta.pm +++ b/Bio/DB/Fasta.pm @@ -431,10 +431,7 @@ sub revcom { sub length { my $self = shift; - #return $self->{db}->length($self->{id}); - # wrong because ignores sequence start and stop values return length($self->seq); - } sub description { -- 2.11.4.GIT