Removed some debug code

pull/986/head
Morgan Pretty 10 months ago
parent f7dcd47c0c
commit 201659728f

@ -171,8 +171,6 @@ public enum IP2Country {
guard _cacheLoaded.value else { return fallback } guard _cacheLoaded.value else { return fallback }
//return (countryNamesCache.wrappedValue["\(ip)-\(currentLocale)"] ?? fallback) return (countryNamesCache.wrappedValue["\(ip)-\(currentLocale)"] ?? fallback)
let val = (countryNamesCache.wrappedValue["\(ip)-\(currentLocale)"] ?? fallback)
return "\(val) (TEST: \(ip))"
} }
} }

Loading…
Cancel
Save