Remove obsolete assert.

pull/1/head
Matthew Chen 7 years ago
parent 3b1e924ebe
commit b75f4596aa

@ -396,8 +396,6 @@ public class SystemContactsFetcher: NSObject {
@objc
public func fetchCNContact(contactId: String) -> CNContact? {
SwiftAssertIsOnMainThread(#function)
guard authorizationStatus == .authorized else {
Logger.error("\(logTag) contact fetch failed; no access.")
return nil

Loading…
Cancel
Save