diff --git a/src/ui/TGComponent.java b/src/ui/TGComponent.java index 2f48eddf0fc0e6e02f4dcf3bf022d9fec1e9a627..33f312cfacffb45b0adb198a124f964be634c5c8 100755 --- a/src/ui/TGComponent.java +++ b/src/ui/TGComponent.java @@ -873,7 +873,7 @@ public abstract class TGComponent implements CDElement, GenericTree { g.drawString(transaction, x, y+100); int i=0; for (SimulationTransaction t:transactions){ - g.drawString(t.taskName + " "+t.command, x, y+100+10*i); + // g.drawString(t.taskName + " "+t.command, x, y+100+10*i); i++; } }