Remove debug statement I left in r9389

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9390 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
sky..ok 13 years ago
parent 96fce01608
commit 6b91149956
  1. 2
      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;

Loading…
Cancel
Save