Skip to content

Commit

Permalink
[IDLE-000] 리팩토링으로 인한 예시앱 사이드 이펙트 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong committed Oct 30, 2024
1 parent 427efe2 commit 862a9cd
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
guard let windowScene = scene as? UIWindowScene else { return }

DependencyInjector.shared.assemble(MockAssemblies)
DependencyInjector.shared.register(CenterRegisterLogger.self, CenterAuthLogger())

authCoordinator = .init()

Expand Down Expand Up @@ -63,12 +62,3 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
authCoordinator?.start()
}
}

class CenterAuthLogger: CenterRegisterLogger {

func logCenterRegisterStep(stepName: String, stepIndex: Int) { }

func startCenterRegister() { }

func logCenterRegisterDuration() { }
}

0 comments on commit 862a9cd

Please sign in to comment.