Remove logger.info statement

This commit is contained in:
Mark DePristo 2012-06-06 15:00:35 -04:00
parent 6cfb2d1393
commit 37e5d32019
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ public class BCF2GenotypeFieldDecoders {
final BCF2Decoder decoder,
final byte typeDescriptor,
final List<GenotypeBuilder> gbs) {
logger.info("fastBiallelicDiploidDecode");
final BCF2Type type = BCF2Utils.decodeType(typeDescriptor);
final int nPossibleGenotypes = 3 * 3;