cleaned up code for merging back to develop #story[923]

This commit is contained in:
Peter Galloway
2017-05-17 19:18:31 +12:00
parent 95e353c14e
commit 2e375978bd
5 changed files with 2 additions and 151 deletions
@@ -133,7 +133,6 @@ public class Controller implements Initializable {
public void switchToRaceView() {
switchedToRaceView = true;
setContentPane("/views/RaceView.fxml");
System.out.println("boatPositions.size()1 = " + boatPositions.size());
StreamParser.boatPositions.clear();
}