Skip to content

Commit

Permalink
Removed console debug message from TagBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ForeverZer0 authored Feb 8, 2024
1 parent 82399f2 commit 190b694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SharpNBT/TagBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,7 @@ internal Context(ICollection<Tag> tag, CloseHandler handler)
/// <summary>Closes this context.</summary>
public void Dispose()
{
Console.WriteLine(Tag);
closeHandler.Invoke();
}
}
}
}

0 comments on commit 190b694

Please sign in to comment.