diff --git a/Mastodon/Supporting Files/SceneDelegate.swift b/Mastodon/Supporting Files/SceneDelegate.swift index 382755c77..a6eb3faca 100644 --- a/Mastodon/Supporting Files/SceneDelegate.swift +++ b/Mastodon/Supporting Files/SceneDelegate.swift @@ -251,7 +251,6 @@ extension SceneDelegate { case "profile": let components = url.pathComponents if components.count == 2 && components[0] == "/" { - let addr = components[1] if let authContext = coordinator?.authContext { let profileViewModel = RemoteProfileViewModel( context: AppContext.shared,