We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6b090 commit 8e8a2b1Copy full SHA for 8e8a2b1
Sources/UIKitBackend/UIKitBackend.swift
@@ -48,10 +48,6 @@ public final class UIKitBackend: AppBackend {
48
49
public init() {
50
self.appDelegateClass = ApplicationDelegate.self
51
- print(UIDevice.current.userInterfaceIdiom == .pad)
52
- if #available(macCatalyst 14.0, *) {
53
- print(UIDevice.current.userInterfaceIdiom == .mac)
54
- }
55
}
56
57
public init(appDelegateClass: ApplicationDelegate.Type) {
0 commit comments