Remove over-zealous assert.
This commit is contained in:
parent
19c9625427
commit
2bcab253be
@ -183,8 +183,6 @@ NSString *NSStringForUserProfileWriter(UserProfileWriter userProfileWriter)
|
||||
_recipientUUID = recipientUUID;
|
||||
_username = username;
|
||||
|
||||
[self verifyAddress];
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
@ -192,11 +190,6 @@ NSString *NSStringForUserProfileWriter(UserProfileWriter userProfileWriter)
|
||||
|
||||
// --- CODE GENERATION MARKER
|
||||
|
||||
- (void)verifyAddress
|
||||
{
|
||||
OWSAssertDebug(!self.address.isLocalAddress);
|
||||
}
|
||||
|
||||
+ (NSString *)collection
|
||||
{
|
||||
// Legacy class name.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user