Removed print statement. #story[1092]

main
Joseph Gardner 8 years ago
parent 4cf8846cda
commit a3fe57ed5a

@ -114,7 +114,6 @@ public class RaceXMLCreator {
for(XMLCompoundMark compoundMark: race.getCourse().getCompoundMark()){
for (XMLMark mark: compoundMark.getMark()){
System.out.println(mark);
GPSCoordinate rotatedMark = rotate(center, markToGPSCoordinate(mark), degrees);
mark.setTargetLat(rotatedMark.getLatitude());
mark.setTargetLng(rotatedMark.getLongitude());

Loading…
Cancel
Save