aboutsummaryrefslogtreecommitdiff
path: root/src/HardwareAuthenticator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/HardwareAuthenticator.cs')
-rw-r--r--src/HardwareAuthenticator.cs4
1 files changed, 0 insertions, 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
{