Remove debug statement I left in r9389
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9390 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
96fce01608
commit
6b91149956
@ -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…
x
Reference in New Issue
Block a user