Skip to content

Commit

Permalink
Stupid printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft authored and heuermh committed Nov 18, 2016
1 parent f8897b1 commit c3afbcb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ class VariantContextRDDSuite extends ADAMFunSuite {
variants.sort()
.saveAsVcf(outputPath,
asSingleFile = true)
println(outputPath)

checkFiles(outputPath, testFile("sorted.vcf"))
}
Expand All @@ -154,7 +153,6 @@ class VariantContextRDDSuite extends ADAMFunSuite {
.saveAsVcf(outputPath,
asSingleFile = true)

println(outputPath)
checkFiles(outputPath, testFile("sorted.lex.vcf"))
}
}

0 comments on commit c3afbcb

Please sign in to comment.