Removed some debug code.

This commit is contained in:
Tobias Ottenweller 2013-04-08 21:09:15 +02:00
parent cede47deab
commit d54fd7f72e

View File

@ -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++;