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