Skip to content

Commit eb69489

Browse files
hansonrhansonr
authored andcommitted
debug comments out
1 parent 3747862 commit eb69489

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,6 @@ protected void propertyChangedCUI(PropertyChangeEvent e, String prop) {
12891289
getDOMNode();
12901290

12911291

1292-
if (id.indexOf("66_")>=0)System.err.println(this.id + " prop " + prop);
1293-
12941292
switch (prop) {
12951293
case "preferredSize":
12961294
// size has been set by JComponent layout
@@ -1435,8 +1433,6 @@ protected boolean setUIDisabled(boolean b) {
14351433

14361434
protected DOMNode embeddingNode;
14371435

1438-
private DOMNode fontNode;
1439-
14401436
private static DOMNode tempDiv;
14411437

14421438
/**
@@ -1609,7 +1605,6 @@ private Dimension getTextSize(AbstractButton b) {
16091605
protected Dimension setHTMLSize1(DOMNode node, boolean addCSS, boolean usePreferred) {
16101606
if (node == null)
16111607
return null;
1612-
if (id.indexOf("66_")>=0)System.err.println(this.id + " sethtmlsize1 " + (this.jc.getParent() != null));
16131608
addCSS &= !isMenuItem;
16141609
int h, w;
16151610
String w0 = null, h0 = null, w0i = null, h0i = null, position = null;
@@ -1772,8 +1767,6 @@ protected DOMNode setHTMLElementCUI() {
17721767
return (outerNode = DOMNode.createElement("div", "dummyFrame"));
17731768
}
17741769

1775-
if (id.indexOf("66_")>=0)System.err.println(this.id + " sethtmlelement ");
1776-
17771770
updateDOMNode();
17781771
checkTransparent();
17791772
Component[] children = getChildren();

0 commit comments

Comments
 (0)