From 06f38be80c15459b42b5f1602806853117901818 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 31 Aug 2023 02:04:05 -0400 Subject: Remove testing write-lines --- src/HardwareAuthenticator.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/HardwareAuthenticator.cs b/src/HardwareAuthenticator.cs index f4984ac..a630957 100644 --- a/src/HardwareAuthenticator.cs +++ b/src/HardwareAuthenticator.cs @@ -256,8 +256,6 @@ namespace PkiAuthenticator //Write s to the end of the buffer, zero padding exists from stackalloc s.CopyTo(concatBuffer[rlen..][(rlen - slen)..]); - - Console.WriteLine("r larger"); } else if (rlen < slen) { @@ -266,8 +264,6 @@ namespace PkiAuthenticator //Write s to the end of the buffer, zero padding exists from stackalloc s.CopyTo(concatBuffer[slen..]); - - Console.WriteLine("s larger"); } else { -- cgit