forked from shadowfacts/Tusker
Remove debug print
This commit is contained in:
parent
c7f3bac330
commit
16ba292afa
|
@ -234,7 +234,6 @@ struct SheetOrPopover<V: View>: ViewModifier {
|
|||
@Environment(\.horizontalSizeClass) var sizeClass
|
||||
|
||||
func body(content: Content) -> some View {
|
||||
let _ = print("isPresented: \(isPresented)")
|
||||
if sizeClass == .compact {
|
||||
content.sheet(isPresented: $isPresented, content: view)
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue