Skip to content

Commit

Permalink
Update BNCPreferenceHelper.m
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeluna-branch committed Jul 24, 2024
1 parent 82b8633 commit 64507cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/BranchSDK/BNCPreferenceHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,6 @@ - (void) setAdUserDataUsageConsent:(BOOL)hasConsent {

- (void) clearTrackingInformation {
@synchronized(self) {
[[BranchLogger shared] logVerbose:[NSString stringWithFormat:@"clearTrackingInformation"] error:nil];

/*
// Don't clear these
self.randomizedDeviceToken = nil;
Expand All @@ -849,6 +847,7 @@ - (void) clearTrackingInformation {
self.userIdentity = nil;
self.referringURLQueryParameters = nil;
self.anonID = nil;
[[BranchLogger shared] logVerbose:[NSString stringWithFormat:@"Tracking information cleared"] error:nil];
}
}

Expand Down

0 comments on commit 64507cd

Please sign in to comment.