Update version and remove debug statement

This commit is contained in:
2020-12-19 17:06:52 -08:00
parent 5f6712f476
commit 3173dd914a
4 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,6 @@ namespace ConformalDecals.Text {
/// Update text immediately without using job queue
public static TextRenderOutput UpdateText(DecalText oldText, DecalText newText) {
if (newText == null) throw new ArgumentNullException(nameof(newText));
Logging.Log($"Rendering text {newText}");
if (!(oldText is null)) UnregisterText(oldText);