Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 1261255

Browse files
committed
tests: remove debug leftovers
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent e33f722 commit 1261255

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/scala/org/bblfsh/client/v2/LibuastNativeIteratorTest.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,11 @@ class LibuastNativeIteratorTest extends FlatSpec
7070
"Native UAST iterator" should "return non-empty results on decoded objects" in {
7171
val wholeTree = nativeRootNode.load()
7272
val totalJnodes = countNodes(wholeTree)
73-
println(s"Total number of nodes in JVM ${totalJnodes}")
7473

7574
iter.hasNext() should be(true)
7675

7776
val nodes = iter.toList
7877
nodes shouldNot be(empty)
79-
println(s"Iterator returned ${nodes.size} nodes")
8078

8179
nodes.size should be equals (totalJnodes)
8280
}

0 commit comments

Comments
 (0)