Browse Source

Remove debug statement I left in r9389

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9390 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
sky..ok 13 years ago
parent
commit
6b91149956
1 changed files with 0 additions and 2 deletions
  1. 0 2
      engine/src/core/com/jme3/font/BitmapText.java

+ 0 - 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
      * @param text String to change text to
      */
      */
     public void setText(String text) {
     public void setText(String text) {
-        System.out.println("HI");
-
         text = text == null ? "" : text;
         text = text == null ? "" : text;
         if (block.getText().equals(text)) {
         if (block.getText().equals(text)) {
             return;
             return;