comment out debugging line that was clogging the performance test output.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4487 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-10-13 03:26:55 +00:00
parent 272ac2ae4a
commit 28a1020c89
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class VCFWriterStorage implements Storage<VCFWriterStorage>, VCFWriter {
// }
public void mergeInto(VCFWriterStorage target) {
try {
System.out.printf("merging %s%n", file);
//System.out.printf("merging %s%n", file);
BasicFeatureSource<VariantContext> source = BasicFeatureSource.getFeatureSource(file.getAbsolutePath(), new VCFCodec());
for ( VariantContext vc : source.iterator() ) {