Skip to content

Commit 2de5d19

Browse files
committed
Remove debug print.
1 parent 961e241 commit 2de5d19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ repositories {
1616
}
1717

1818
val buildRust = tasks.register("buildRust", Exec::class.java) {
19-
System.out.println("foo")
2019
workingDir("..")
2120
commandLine("cargo", "ndk", "-t", "armeabi-v7a", "-t", "arm64-v8a", "-t", "x86", "-t", "x86_64", "-o", "./android/build/intermediates/jniLibs", "build", "--release", "-Zbuild-std", "-p", "powersync_loadable")
2221
}

0 commit comments

Comments
 (0)