Skip to content

Commit c1f1c9d

Browse files
committed
chore: remove println used for testing
Signed-off-by: melodicore <datafox@datafox.me>
1 parent d0f32df commit c1f1c9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlin-plugin/src/main/kotlin/dev/elide/maven/plugin/kotlin/ArgumentParser.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ object ArgumentParser {
4444
}
4545
list.add("--")
4646
list.addAll(arguments.freeArgs)
47-
println(list.joinToString(" "))
4847
return list.toTypedArray()
4948
}
5049

0 commit comments

Comments
 (0)