mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Removed print statements.
#chore
This commit is contained in:
@@ -245,11 +245,6 @@ public class GameView3D {
|
||||
|
||||
private void createStartLineArrows () {
|
||||
for (Mark mark : course.get(0).getMarks()) {
|
||||
System.out.println(
|
||||
"GeoUtility.getBearing(mark, course.get(1).getMidPoint()) = " + GeoUtility
|
||||
.getBearing(mark, course.get(1).getMidPoint()));
|
||||
System.out.println("mark = " + mark);
|
||||
System.out.println("course.get(1) = " + course.get(1));
|
||||
markerObjects.get(mark).addArrows(
|
||||
mark.getRoundingSide() == RoundingSide.STARBOARD ? MarkArrowFactory.RoundingSide.STARBOARD : MarkArrowFactory.RoundingSide.PORT,
|
||||
0d, //90
|
||||
|
||||
Reference in New Issue
Block a user