removed an added print statement

tags : #story[1275]
This commit is contained in:
Alistair McIntyre
2017-09-28 14:42:34 +13:00
parent d7fc339ad5
commit 1aedcaddf5
@@ -44,7 +44,6 @@ public class MarkRoundingMessage extends Message{
putInt((int) raceId, 4); putInt((int) raceId, 4);
putInt((int) sourceId, 4); putInt((int) sourceId, 4);
putByte((byte) boatStatus.getCode()); putByte((byte) boatStatus.getCode());
System.out.println(roundingSide.getCode());
putByte((byte) roundingSide.getCode()); putByte((byte) roundingSide.getCode());
putByte((byte) markType.getCode()); putByte((byte) markType.getCode());
putByte((byte) markId); putByte((byte) markId);