Skip to content

Commit e4719ed

Browse files
author
zhourenjian
committed
Remove debug's System.out.println
1 parent 0a6b523 commit e4719ed

File tree

1 file changed

+0
-1
lines changed
  • sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/custom

1 file changed

+0
-1
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/custom/CLabel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ private Color getComputedBackground () {
605605
* bg = document.defaultView.getComputedStyle (this.handle, null).backgroundColor;
606606
* }
607607
*/ {}
608-
System.out.println(bg);
609608
if (bg == null || ("" + bg).length() == 0) {
610609
return new Color(display, "menu");
611610
}

0 commit comments

Comments
 (0)