Skip to content

Commit 8ac940f

Browse files
committed
dont console writeline :)
1 parent c686038 commit 8ac940f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DataProtection/DataProtection/src/KeyManagement/KeyRingBasedDataProtector.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ public AdditionalAuthenticatedDataTemplate(string[] purposes)
397397
ArrayPool<int>.Shared.Return(purposeLengthsPool);
398398
Debug.Assert(index == targetArr.Length);
399399

400-
Console.WriteLine("Original purposes: " + string.Join(";", purposes));
401-
Console.WriteLine("Payload: " + Convert.ToBase64String(targetArr));
402400
_aadTemplate = targetArr;
403401
}
404402

0 commit comments

Comments
 (0)