Commit b50d56fd by Dmitriy Stepanets

Removed debug code

parent 0356fd5c
...@@ -73,15 +73,7 @@ class TodayViewController: UIViewController { ...@@ -73,15 +73,7 @@ class TodayViewController: UIViewController {
} }
@objc private func handleNotificationButton() { @objc private func handleNotificationButton() {
#if DEBUG self.coordinator.openNotificationsScreen()
if #available(iOS 14, *) {
let promo = WidgetPromotionController(coordinator: WidgetPromotionCoordinator(parentViewController: self))
present(promo, animated: true)
}
#else
fatalError("Remove in release")
#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