Skip to content

Commit 05f1839

Browse files
committed
Update package
1 parent acc3fbf commit 05f1839

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Intermodular/Helpers/AppKit or UIKit/AppKitOrUIKitHostingWindow.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ final class AppKitOrUIKitHostingWindow<Content: View>: AppKitOrUIKitWindow {
120120
let originX = (windowPosition.x - (self.frame.size.width / 2))
121121
let originY = (windowPosition.y - (self.frame.size.height / 2))
122122

123-
print(originX, originY)
124123
#if os(iOS)
125124
self.frame.origin = .init(
126125
x: originX,

0 commit comments

Comments
 (0)