Skip to content

Commit 85ead2f

Browse files
committed
remove consolelog
1 parent 6f603ed commit 85ead2f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • Frends.Pgp.DecryptFile/Frends.Pgp.DecryptFile.Tests

Frends.Pgp.DecryptFile/Frends.Pgp.DecryptFile.Tests/UnitTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ public void DecryptFile_Fails_When_OutputFilePath_Is_NotEmpty()
130130
[Test]
131131
public void DecryptFile_With_NonAscii_Passphrase_Runs_Correctly()
132132
{
133-
Console.WriteLine($"Passphrase length: {PassphraseUtf8.Length}");
134-
foreach (char c in PassphraseUtf8)
135-
Console.WriteLine($"char: '{c}' = U+{(int)c:X4}");
136-
Console.WriteLine($"UTF8 bytes: {BitConverter.ToString(Encoding.UTF8.GetBytes(PassphraseUtf8))}");
137-
138133
var utf8Input = new Input
139134
{
140135
SourceFilePath = Path.Combine(WorkDir, EncryptedUtf8File),

0 commit comments

Comments
 (0)