Removing incorrect comment

This commit is contained in:
Eric Banks 2011-08-25 15:42:52 -04:00
parent 3eed5af2f7
commit 09a729da3a
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ public abstract class AbstractVCFCodec implements FeatureCodec, NameAwareCodec,
if ( !header.samplesWereAlreadySorted() )
vc.getGenotypes();
// Trim bases of all alleles if necessary
return vc;
}