Skip to content

Commit

Permalink
Remove spurious print
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol authored Nov 20, 2023
1 parent 416299d commit cfb6dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/bindgen/src/main/scala/render/binding.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def binding(
unions = hasUnions
)

println(typeImports)

val multiFileMode = outputMode match
case _: OutputMode.MultiFile => true
case _ => false
Expand Down

0 comments on commit cfb6dd3

Please sign in to comment.