Commit 8a8b9fb3 by Dmitriy Stepanets

Removed debug code

parent 4b9a608f
......@@ -73,14 +73,6 @@ class TodayViewController: UIViewController {
}
@objc private func handleNotificationButton() {
#if DEBUG
if #available(iOS 14, *) {
self.present(WidgetPromotionController(coordinator: .init(parentViewController: self)), animated: true)
}
#else
fatalError("This code could't be run in production")
#endif
self.coordinator.openNotificationsScreen()
}
}
......
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