Skip to content

Commit

Permalink
Remove ssoPerf telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Song authored and Kai Song committed Feb 26, 2025
1 parent 195252b commit 4861e4b
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,7 @@ - (MSIDSSOExtensionRequestDelegateCompletionBlock)getCompletionBlock
{
#if TARGET_OS_OSX && !EXCLUDE_FROM_MSALCPP
self.ssoTokenResponseHandler.externalCacheSeeder = self.externalCacheSeeder;
#endif

#if !EXCLUDE_FROM_MSALCPP
[operationResponse trackPerfTelemetryWithLastRequest:self.lastRequestTelemetry
requestStartDate:self.requestSentDate
telemetryType:MSID_PERF_TELEMETRY_SILENT_TYPE];
#endif

#endif
[self.ssoTokenResponseHandler handleOperationResponse:operationResponse
requestParameters:self.requestParameters
tokenResponseValidator:self.tokenResponseValidator
Expand Down

0 comments on commit 4861e4b

Please sign in to comment.