Commit f08763a3 by Dmitry Stepanets

Removed debug code

parent 64c6f640
......@@ -81,14 +81,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
ConfigManager.shared.updateConfig()
//App UI
#if DEBUG
window?.rootViewController = OnboardingPageController(coordinator: AppCoordinator(window: self.window!))
window?.makeKeyAndVisible()
// let appCoordinator = AppCoordinator(window: self.window!)
// appCoordinator.start()
#else
fatalError("Remove in release build")
#endif
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