Removing annoying printouts

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3926 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2010-08-03 19:55:00 +00:00
parent 2307bed742
commit 72875cf717
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ public class GenotypeConcordance extends VariantEvaluator implements StandardEva
sampleStats.incrValue(sample, truth, called);
if ( (truth == Genotype.Type.HOM_VAR || truth == Genotype.Type.HET) && called == Genotype.Type.NO_CALL ) {
if ( PRINT_INTERESTING_SITES && super.getVEWalker().printInterestingSites() )
System.out.printf("%s: HM3 FN => %s%n", group, validation);
;//System.out.printf("%s: HM3 FN => %s%n", group, validation);
}
}
}