From 37e5d32019753fea5a0b2dce954bcd9bf3c4a30f Mon Sep 17 00:00:00 2001 From: Mark DePristo Date: Wed, 6 Jun 2012 15:00:35 -0400 Subject: [PATCH] Remove logger.info statement --- .../sting/utils/codecs/bcf2/BCF2GenotypeFieldDecoders.java | 1 - 1 file changed, 1 deletion(-) diff --git a/public/java/src/org/broadinstitute/sting/utils/codecs/bcf2/BCF2GenotypeFieldDecoders.java b/public/java/src/org/broadinstitute/sting/utils/codecs/bcf2/BCF2GenotypeFieldDecoders.java index ccbf33f35..8c328d0dc 100644 --- a/public/java/src/org/broadinstitute/sting/utils/codecs/bcf2/BCF2GenotypeFieldDecoders.java +++ b/public/java/src/org/broadinstitute/sting/utils/codecs/bcf2/BCF2GenotypeFieldDecoders.java @@ -135,7 +135,6 @@ public class BCF2GenotypeFieldDecoders { final BCF2Decoder decoder, final byte typeDescriptor, final List gbs) { - logger.info("fastBiallelicDiploidDecode"); final BCF2Type type = BCF2Utils.decodeType(typeDescriptor); final int nPossibleGenotypes = 3 * 3;