Skip to content

Commit 21784c9

Browse files
committed
Remove redundant print statement from test
1 parent 7b1de0c commit 21784c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/kotlin/org/javacs/kt/CompletionsTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class FunctionScopeTest : SingleFileTestFixture("completions", "FunctionScope.kt
8080
val completions = languageServer.textDocumentService.completion(completionParams(file, 4, 10)).get().right!!
8181
val labels = completions.items.map { it.label }
8282

83-
println("ok lol" + labels.toString())
8483
assertThat(labels, hasItem("anArgument"))
8584
assertThat(labels, hasItem("aLocal"))
8685
assertThat(labels, hasItem("aClassVal"))

0 commit comments

Comments
 (0)