Removed console debug message from TagBuilder
This commit is contained in:
parent
82399f243b
commit
190b694668
|
@ -437,8 +437,7 @@ public class TagBuilder
|
|||
/// <summary>Closes this context.</summary>
|
||||
public void Dispose()
|
||||
{
|
||||
Console.WriteLine(Tag);
|
||||
closeHandler.Invoke();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue