Removed dud print statement

#story[889]
This commit is contained in:
Kusal Ekanayake
2017-05-15 17:55:06 +12:00
parent fa501460cb
commit 9c7144c918
2 changed files with 6 additions and 8 deletions
@@ -245,7 +245,6 @@ public class CanvasController {
private void checkForCourseChanges() {
if (StreamParser.isNewRaceXmlReceived()){
System.out.println("New Canvas found");
gc.setFill(Color.SKYBLUE);
gc.fillRect(0,0, CANVAS_WIDTH, CANVAS_HEIGHT);
gc.restore();