mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Removed extra print statement from test.
This commit is contained in:
@@ -61,9 +61,6 @@ public class YachtTest {
|
||||
Double downwindRight = downwind;
|
||||
Double downwindLeft = 360 - downwindRight;
|
||||
|
||||
System.out.println(
|
||||
String.format("%f %f %f %f", upwindLeft, upwindRight, downwindLeft, downwindRight));
|
||||
|
||||
values.put(190d, upwindRight);
|
||||
values.put(170d, upwindLeft);
|
||||
values.put(10d, downwindLeft);
|
||||
|
||||
Reference in New Issue
Block a user