Removed some debug code.
This commit is contained in:
parent
cede47deab
commit
d54fd7f72e
@ -72,13 +72,8 @@ public class CommandList extends BaseCommand
|
|||||||
gateId = gateId.substring(cutPos, gateId.length());
|
gateId = gateId.substring(cutPos, gateId.length());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (index == (gates.size() - 1)) {
|
gateIdsForCurrentLine.add(gateId);
|
||||||
gateIdsForCurrentLine.add(gateId);
|
|
||||||
// }
|
|
||||||
// else {
|
|
||||||
// gateIdsForCurrentLine.add(gateId + ", ");
|
|
||||||
// }
|
|
||||||
|
|
||||||
numCharactersInCurrentLine += gateId.length();
|
numCharactersInCurrentLine += gateId.length();
|
||||||
index++;
|
index++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user