Remove logger.info statement
This commit is contained in:
parent
6cfb2d1393
commit
37e5d32019
|
|
@ -135,7 +135,6 @@ public class BCF2GenotypeFieldDecoders {
|
||||||
final BCF2Decoder decoder,
|
final BCF2Decoder decoder,
|
||||||
final byte typeDescriptor,
|
final byte typeDescriptor,
|
||||||
final List<GenotypeBuilder> gbs) {
|
final List<GenotypeBuilder> gbs) {
|
||||||
logger.info("fastBiallelicDiploidDecode");
|
|
||||||
final BCF2Type type = BCF2Utils.decodeType(typeDescriptor);
|
final BCF2Type type = BCF2Utils.decodeType(typeDescriptor);
|
||||||
|
|
||||||
final int nPossibleGenotypes = 3 * 3;
|
final int nPossibleGenotypes = 3 * 3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue