Removed unnecessary prints

This commit is contained in:
2025-11-26 12:31:33 +01:00
parent 84338f8f66
commit 27424694ce

View File

@@ -174,14 +174,6 @@ class _CreateGameViewState extends State<CreateGameView> {
selectedGroupIndex = groupsList.indexWhere(
(g) => g.id == selectedGroup?.id,
);
print('selectedGroup: $selectedGroup');
print(
playerList
.where(
(p) => !selectedGroup!.members.any((m) => m.id == p.id),
)
.toList(),
);
setState(() {});
},
child: Container(