Remove print statement

This print statement should either be delated, as I did here, or if it must be kept should be properly logged at an INFO level so that gradle builds that are at the WARN level do not see this.
This commit is contained in:
Matt Groth
2023-10-21 22:38:38 -04:00
committed by Space Team
parent aeeb5d5c48
commit 80257dc58f
@@ -245,7 +245,6 @@ internal class CAdapterApiExporter(
output("#endif /* KONAN_${prefix.uppercase()}_H */")
outputStreamWriter.close()
println("Produced library API in ${prefix}_api.h")
outputStreamWriter = cppAdapterFile.printWriter()