Skip to content

Commit 3d37955

Browse files
committed
fix build?
1 parent 0646d1a commit 3d37955

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
@@ -126,8 +126,6 @@ public bool TryProtect(ReadOnlySpan<byte> plaintext, Span<byte> destination, out
126126
}
127127
CryptoUtil.Assert(optimizedAuthenticatedEncryptor != null, "optimizedAuthenticatedEncryptor != null");
128128

129-
130-
131129
if (_logger.IsDebugLevelEnabled())
132130
{
133131
_logger.PerformingProtectOperationToKeyWithPurposes(defaultKeyId, JoinPurposesForLog(Purposes));

0 commit comments

Comments
 (0)