remove test code. oops
This commit is contained in:
parent
f37b331f39
commit
69f2160a6e
|
@ -179,7 +179,6 @@ public class Run implements TableModel, Serializable {
|
|||
throw new NullPointerException("null run name");
|
||||
}
|
||||
this.name = name;
|
||||
this.delayedStart = 1000;
|
||||
segments = new ArrayList<Segment>();
|
||||
goal = "";
|
||||
segmented = false;
|
||||
|
|
Reference in a new issue