Commit 09db5bc7 by Dmitriy Stepanets

Removed debug code

parent 87fbe6fe
...@@ -80,16 +80,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate { ...@@ -80,16 +80,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
FirebaseApp.configure() FirebaseApp.configure()
ConfigManager.shared.updateConfig() ConfigManager.shared.updateConfig()
#if DEBUG //App UI
let ctr = OnboardingPageController(coordinator: AppCoordinator(window: self.window!)) let appCoordinator = AppCoordinator(window: self.window!)
window?.rootViewController = ctr appCoordinator.start()
window?.makeKeyAndVisible()
#else
#endif
// //App UI
// let appCoordinator = AppCoordinator(window: self.window!)
// appCoordinator.start()
ThemeManager.setBaseTheme() 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