diff --git a/Assets/Scripts/Util/TextTextureRenderer.cs b/Assets/Scripts/Util/TextTextureRenderer.cs index 9b2bafd..e8054b4 100644 --- a/Assets/Scripts/Util/TextTextureRenderer.cs +++ b/Assets/Scripts/Util/TextTextureRenderer.cs @@ -31,7 +31,6 @@ namespace Cyber.Util { } private Texture2D RenderText(TextTextureProperties text) { - Term.Println("Rendering: " + text.Text); Text.text = text.Text.Replace("\\n", "\n"); Text.fontSize = text.FontSize; Text.characterSize = 0.5f * text.FontSize / text.Width;