Skip to content

Commit dfc2fe3

Browse files
committed
Remove spurious loggin native config
1 parent 4843efb commit dfc2fe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/src/main/scala/scala/scalanative/cli/ScalaNativeLd.scala

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ object ScalaNativeLd {
7777
case Right(buildOptions) =>
7878
val outpath = Paths.get(options.config.outpath)
7979
val build = Scope { implicit scope =>
80-
println(buildOptions.config)
8180
Build
8281
.build(buildOptions.config)
8382
.map(

0 commit comments

Comments
 (0)