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:
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user