Commit a55b9c74 by Demid Merzlyakov

Remove debug only code.

parent 1fe1b54b
......@@ -165,13 +165,6 @@ extension MenuViewModel {
emailSubject = "1Weather iOS Support Request"
emailRecipients = [ "oneweather_ios@onelouder.zendesk.com" ]
#if DEBUG
//TODO: REMOVE THIS'
emailRecipients = [ "rezonpk@yandex.ru" ]
#warning("THIS IS A DEBUG-ONLY PIECE OF CODE! Not even temporary! Remove before making a production build.")
#else
#error("THIS IS A DEBUG-ONLY PIECE OF CODE! Not even temporary! Remove before making a production build.")
#endif
if let lastUsedToken = PushNotificationsManager.shared.lastKnownPushToken {
deviceToken = "\nPush Token: \(lastUsedToken)"
......
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