Skip to content

Commit 8e8a2b1

Browse files
committed
Remove debug prints
1 parent fd6b090 commit 8e8a2b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/UIKitBackend/UIKitBackend.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ public final class UIKitBackend: AppBackend {
4848

4949
public init() {
5050
self.appDelegateClass = ApplicationDelegate.self
51-
print(UIDevice.current.userInterfaceIdiom == .pad)
52-
if #available(macCatalyst 14.0, *) {
53-
print(UIDevice.current.userInterfaceIdiom == .mac)
54-
}
5551
}
5652

5753
public init(appDelegateClass: ApplicationDelegate.Type) {

0 commit comments

Comments
 (0)