Skip to content

Commit 0a4ae5f

Browse files
also remove the comments about logging ID which is already removed (#4822)
1 parent 630167b commit 0a4ae5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Firebase/InstanceID/FIRInstanceIDCheckinService.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ - (NSDictionary *)checkinParametersWithExistingCheckin:
210210
NSInteger userNumber = 0; // Multi Profile may change this.
211211
NSInteger userSerialNumber = 0; // Multi Profile may change this
212212

213-
// This ID is generated for logging purpose and it is only logged for performance
214-
// information for backend, not secure information.
215-
// TODO(chliang): Talk to backend team to see if this ID is still needed.
216213
NSString *timeZone = [NSTimeZone localTimeZone].name;
217214
int64_t lastCheckingTimestampMillis = checkinPreferences.lastCheckinTimestampMillis;
218215

0 commit comments

Comments
 (0)