1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

remove debug output

Change-Id: If587d17f8670a6f9bc2623a72c0395f921495eee
This commit is contained in:
Alena Laskavaia 2015-01-21 13:57:22 -05:00
parent 3487f9e9e2
commit 457fd76f5d

View file

@ -192,7 +192,6 @@ public class LaunchBarListViewer extends StructuredViewer {
GC gc = e.gc;
gc.setForeground(outlineColor);
gc.drawLine(0, size.y - 1, size.x, size.y - 1);
System.out.println(ListItem.this.index);
if (label == null)
lazyInit();
}