Remove useless comment

This commit is contained in:
Mattia Migliorini
2026-03-10 08:25:04 +01:00
parent c415c12675
commit ae10a45a27
-2
View File
@@ -214,8 +214,6 @@ export class GameImpl implements Game {
...this._nations.map((n) => n.playerInfo),
];
const playerToTeam = assignTeams(allPlayers, this.playerTeams);
// this.playerTeams is updated in-place by assignTeams
for (const [playerInfo, team] of playerToTeam.entries()) {
if (team === "kicked") {
console.warn(`Player ${playerInfo.name} was kicked from team`);