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:
parent
3487f9e9e2
commit
457fd76f5d
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue