Removes deadcode

This commit is contained in:
Stuart Breckenridge
2022-12-15 22:06:05 +08:00
parent 50964bf32b
commit b3208bf269

View File

@@ -61,7 +61,6 @@ struct WebFeedInspectorView: View {
.navigationBarTitleDisplayMode(.inline)
.navigationTitle(webFeed.nameForDisplay)
.sheet(isPresented: $showHomePage, onDismiss: nil) {
//SwiftUISafariView(url: URL(string: webFeed.homePageURL!)!)
SafariView(url: URL(string: webFeed.homePageURL!)!)
}
}