From b3208bf269c798e11d955bdc0d5be00419e7f18d Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Thu, 15 Dec 2022 22:06:05 +0800 Subject: [PATCH] Removes deadcode --- iOS/Inspector/Views/WebFeedInspectorView.swift | 1 - 1 file changed, 1 deletion(-) 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!)!) } }