Fix build break in production builds.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 43dddf9312
commit d7b0b6a253

@ -54,12 +54,10 @@ extern const NSUInteger kOWSProfileManager_MaxAvatarDiameter;
#pragma mark - Profile Whitelist
#ifdef DEBUG
// These methods are for debugging.
- (void)clearProfileWhitelist;
- (void)logProfileWhitelist;
- (void)regenerateLocalProfile;
#endif
- (void)addThreadToProfileWhitelist:(TSThread *)thread;

@ -687,7 +687,6 @@ const NSUInteger kOWSProfileManager_MaxAvatarDiameter = 640;
#pragma mark - Profile Whitelist
#ifdef DEBUG
- (void)clearProfileWhitelist
{
DDLogWarn(@"%@ Clearing the profile whitelist.", self.tag);
@ -747,7 +746,6 @@ const NSUInteger kOWSProfileManager_MaxAvatarDiameter = 640;
OWSAssert(self.localUserProfile);
}
}
#endif
- (void)addUserToProfileWhitelist:(NSString *)recipientId
{

Loading…
Cancel
Save