Commit 09db5bc7 by Dmitriy Stepanets

Removed debug code

parent 87fbe6fe
......@@ -80,16 +80,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
FirebaseApp.configure()
ConfigManager.shared.updateConfig()
#if DEBUG
let ctr = OnboardingPageController(coordinator: AppCoordinator(window: self.window!))
window?.rootViewController = ctr
window?.makeKeyAndVisible()
#else
#endif
// //App UI
// let appCoordinator = AppCoordinator(window: self.window!)
// appCoordinator.start()
//App UI
let appCoordinator = AppCoordinator(window: self.window!)
appCoordinator.start()
ThemeManager.setBaseTheme()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment