remove test code. oops

This commit is contained in:
Gered 2015-12-02 14:28:12 -05:00
parent f37b331f39
commit 69f2160a6e

View file

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