diff --git a/engine/src/core/com/jme3/font/BitmapText.java b/engine/src/core/com/jme3/font/BitmapText.java index cedb34e47..f440a19c1 100644 --- a/engine/src/core/com/jme3/font/BitmapText.java +++ b/engine/src/core/com/jme3/font/BitmapText.java @@ -111,8 +111,6 @@ public class BitmapText extends Node { * @param text String to change text to */ public void setText(String text) { - System.out.println("HI"); - text = text == null ? "" : text; if (block.getText().equals(text)) { return;