Skip to content

Commit 751a02b

Browse files
committed
Removing a print statement.
1 parent c94e9cb commit 751a02b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/kotlin/biokotlin/genome/MAFToGVCFTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ class MAFToGVCFTest : StringSpec({
710710
//Check ASM Contig
711711
(matchingTruth.getAttribute("ASM_Chr") == variant.getAttribute("ASM_Chr")) shouldBe true
712712
//Check ASM Start
713-
println("ASM_Start: ${matchingTruth.getAttribute("ASM_Start")} == ${variant.getAttribute("ASM_Start")}")
714713
(matchingTruth.getAttribute("ASM_Start") == variant.getAttribute("ASM_Start")) shouldBe true
715714
//Check ASM END
716715
(matchingTruth.getAttribute("ASM_End") == variant.getAttribute("ASM_End")) shouldBe true

0 commit comments

Comments
 (0)