diff --git a/iOS/Inspector/Views/WebFeedInspectorView.swift b/iOS/Inspector/Views/WebFeedInspectorView.swift index 4508129e0..32a7321f9 100644 --- a/iOS/Inspector/Views/WebFeedInspectorView.swift +++ b/iOS/Inspector/Views/WebFeedInspectorView.swift @@ -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!)!) } }