diff --git a/App/Sources/SceneDelegate.swift b/App/Sources/SceneDelegate.swift index fa7dd443..23349235 100644 --- a/App/Sources/SceneDelegate.swift +++ b/App/Sources/SceneDelegate.swift @@ -41,11 +41,6 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { } window = UIWindow(frame: windowScene.coordinateSpace.bounds) window?.windowScene = windowScene -// let rootViewController = SignupViewController() -// self.window?.rootViewController = rootViewController -// self.window?.makeKeyAndVisible() -// KeychainManager.shared.delete(token: .AccessToken) -// KeychainManager.shared.delete(token: .RefreshToken) APIProvider.validateToken { login in DispatchQueue.main.async { var rootViewController: UIViewController