Browse Source

Uncomment assertion failure.

master
Abhi 2 years ago
parent
commit
1e2e4c78dc
  1. 2
      Clocker/Preferences/General/PreferencesViewController.swift

2
Clocker/Preferences/General/PreferencesViewController.swift

@ -79,7 +79,7 @@ class PreferencesViewController: ParentViewController {
let dictionary = NSDictionary(contentsOfFile: path), let dictionary = NSDictionary(contentsOfFile: path),
let apiKey = dictionary["GeocodingKey"] as? String let apiKey = dictionary["GeocodingKey"] as? String
else { else {
// assertionFailure("Unable to find the API key") assertionFailure("Unable to find the API key")
return "" return ""
} }
return apiKey return apiKey

Loading…
Cancel
Save