Remove debug code from desktop

This commit is contained in:
William Brawner 2023-09-06 21:15:56 -06:00
parent a5b1b33d99
commit 22d81d0fd5

View file

@ -47,8 +47,6 @@ fun App(state: State) {
fun main() = application {
LaunchedEffect(Unit) {
System.loadLibrary("app/Pi-helper.app/Contents/app/libskiko-macos-arm64.dylib")
println("loaded skiko")
System.setProperty("apple.awt.enableTemplateImages", "true")
}
val state by store.state.collectAsState()