Skip to content

Commit

Permalink
Removed unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 2, 2023
1 parent 890bfdc commit ffee7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/frontends/llvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun llvmConfigFlags(vararg args: String): Array<String> {
} catch (e: IOException) {
e.printStackTrace()
arrayOf()
}.also { println("LLVM flags (${args.toList()}): ${it.toList()}") }
}//.also { println("LLVM flags (${args.toList()}): ${it.toList()}") }
}

fun jniConfigFlags(): Array<String> {
Expand All @@ -67,7 +67,7 @@ fun jniConfigFlags(): Array<String> {
return arrayOf(
"-I${mainInclude.absolutePath}",
"-I${linuxInclude.absolutePath}",
).also { println("JNI flags: ${it.toList()}") }
)//.also { println("JNI flags: ${it.toList()}") }
}

library {
Expand Down

0 comments on commit ffee7a7

Please sign in to comment.