From 22d81d0fd5aa99c411e8b952673c9014ae37f88b Mon Sep 17 00:00:00 2001 From: William Brawner Date: Wed, 6 Sep 2023 21:15:56 -0600 Subject: [PATCH] Remove debug code from desktop --- desktop/src/main/kotlin/Main.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop/src/main/kotlin/Main.kt b/desktop/src/main/kotlin/Main.kt index 2f80de8..b0cad68 100644 --- a/desktop/src/main/kotlin/Main.kt +++ b/desktop/src/main/kotlin/Main.kt @@ -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()