Remove debug code from desktop
This commit is contained in:
parent
a5b1b33d99
commit
22d81d0fd5
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue