mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Removed a print statement
This commit is contained in:
@@ -70,7 +70,6 @@ public class FinishScreenViewController implements Initializable {
|
||||
for (Yacht boat : StreamParser.getBoatsPos().values()) {
|
||||
if (participantIDs.contains(boat.getSourceID())) {
|
||||
data.add(boat);
|
||||
System.out.println(boat.getBoatName() + ": " + boat.getPosition());
|
||||
}
|
||||
}
|
||||
finishOrderTable.refresh();
|
||||
|
||||
Reference in New Issue
Block a user