Skip to content

Commit a208e1e

Browse files
committed
Reduce logging
1 parent 81a91b2 commit a208e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mGAP/src/org/labkey/mgap/pipeline/mGapReleaseGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ private void inspectAndSummarizeVcf(JobContext ctx, File vcfInput, GeneToNameTra
11351135
}
11361136

11371137
if (tokens.length > 7 && !"protein_coding".equals(tokens[7])) {
1138-
ctx.getLogger().info("skipping non protein_coding ANN: " + ann);
1138+
// ctx.getLogger().info("skipping non protein_coding ANN: " + ann);
11391139
continue;
11401140
}
11411141

0 commit comments

Comments
 (0)