Commit f08763a3 by Dmitry Stepanets

Removed debug code

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