Skip to content

Commit e517bce

Browse files
hansonrhansonr
authored andcommitted
removes debug comment
1 parent 6ec873b commit e517bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ protected void paintText(Graphics g, int tabPlacement,
11251125

11261126
g.setFont(font);
11271127

1128-
System.out.println("painting tab text " + tabPlacement + " " + title + " "+ textRect);
1128+
//System.out.println("painting tab text " + tabPlacement + " " + title + " "+ textRect);
11291129
View v = getTextViewForTab(tabIndex);
11301130
if (v != null) {
11311131
// html

0 commit comments

Comments
 (0)