Skip to content

Commit f780717

Browse files
Leftover
1 parent 40a49e0 commit f780717

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolderRenderer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ void drawChevron(GC gc, Rectangle chevronRect, int chevronImageState) {
927927
Font font = getChevronFont(display);
928928
int fontHeight = font.getFontData()[0].getHeight();
929929
int indent = Math.max(2, (chevronRect.height - fontHeight - 8) /2);
930-
System.out.println("chevronRect.height - fontHeight " + chevronRect.height + " . " + fontHeight);
931930
int x = chevronRect.x + 2;
932931
int y = chevronRect.y + indent;
933932
int count = parent.getChevronCount();

0 commit comments

Comments
 (0)