From 175bf06c4851c1d57a29595c29141f28a4b305d6 Mon Sep 17 00:00:00 2001 From: sozohoy Date: Fri, 13 Sep 2024 01:12:08 +0900 Subject: [PATCH] =?UTF-8?q?remove:=20=EB=B6=88=ED=95=84=EC=9A=94=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0(#144)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Sources/SceneDelegate.swift | 5 ----- 1 file changed, 5 deletions(-) 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