Skip to content

Commit

Permalink
remove: 불필요 코드 제거(#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Sep 12, 2024
1 parent 1437c5e commit 175bf06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions App/Sources/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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<APITarget.Users>.validateToken { login in
DispatchQueue.main.async {
var rootViewController: UIViewController
Expand Down

0 comments on commit 175bf06

Please sign in to comment.