Skip to content

Commit f9d0228

Browse files
hansonrhansonr
authored andcommitted
debug comment removed
1 parent fb0d7c6 commit f9d0228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSComponentUI.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,6 @@ protected void propertyChangedCUI(PropertyChangeEvent e, String prop) {
11981198
return;
11991199
case "text":
12001200
String val = ((AbstractButton) c).getText();
1201-
System.out.println(val + " -vs- " + currentText);
12021201
if (val == null ? currentText != null : !val.equals(currentText))
12031202
setIconAndText(prop, currentIcon, currentGap, (String) val);
12041203
return;

0 commit comments

Comments
 (0)