Skip to content

Commit 6a926fb

Browse files
committed
remove console
1 parent 0ae28f2 commit 6a926fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/Microsoft.Identity.Client/ManagedIdentity/V2/ImdsV2ManagedIdentitySource.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ private async Task<string> GetAttestationJwtAsync(
387387
"[ImdsV2] Attestation provider returned an empty token.");
388388
}
389389

390-
Console.WriteLine(response.AttestationToken);
391-
392390
return response.AttestationToken;
393391
}
394392

0 commit comments

Comments
 (0)