PhoneNumberUtil is no longer a singleton

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent d32545fc2d
commit 3fdf703a60

@ -49,8 +49,6 @@
_nbPhoneNumberUtil = [[NBPhoneNumberUtil alloc] init]; _nbPhoneNumberUtil = [[NBPhoneNumberUtil alloc] init];
_countryCodesFromCallingCodeCache = [NSMutableDictionary new]; _countryCodesFromCallingCodeCache = [NSMutableDictionary new];
_parsedPhoneNumberCache = [NSCache new]; _parsedPhoneNumberCache = [NSCache new];
OWSSingletonAssert();
} }
return self; return self;

Loading…
Cancel
Save