Removed console debug message from TagBuilder

This commit is contained in:
ForeverZer0 2024-02-08 06:57:32 -05:00 committed by GitHub
parent 82399f243b
commit 190b694668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -437,8 +437,7 @@ public class TagBuilder
/// <summary>Closes this context.</summary>
public void Dispose()
{
Console.WriteLine(Tag);
closeHandler.Invoke();
}
}
}
}