Skip to content

Commit

Permalink
Update src/ICSharpCode.SharpZipLib/Tar/TarExtendedHeaderReader.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Aug 14, 2022
1 parent 8bbec34 commit 218b219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ICSharpCode.SharpZipLib/Tar/TarExtendedHeaderReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public void Read(byte[] buffer, int length)

if (++state == END)
{
Console.WriteLine($"KEY: {headerParts[KEY]}");
if (!headers.ContainsKey(headerParts[KEY]))
{
headers.Add(headerParts[KEY], headerParts[VALUE]);
Expand Down

0 comments on commit 218b219

Please sign in to comment.