From d54fd7f72e09e6f84a0f35f8d92f6a947d65e6ca Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Mon, 8 Apr 2013 21:09:15 +0200 Subject: [PATCH] Removed some debug code. --- src/de/craftinc/gates/commands/CommandList.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/de/craftinc/gates/commands/CommandList.java b/src/de/craftinc/gates/commands/CommandList.java index 44a1303..6dd575d 100644 --- a/src/de/craftinc/gates/commands/CommandList.java +++ b/src/de/craftinc/gates/commands/CommandList.java @@ -72,13 +72,8 @@ public class CommandList extends BaseCommand gateId = gateId.substring(cutPos, gateId.length()); } - -// if (index == (gates.size() - 1)) { - gateIdsForCurrentLine.add(gateId); -// } -// else { -// gateIdsForCurrentLine.add(gateId + ", "); -// } + + gateIdsForCurrentLine.add(gateId); numCharactersInCurrentLine += gateId.length(); index++;