Removed print

This commit is contained in:
2025-12-05 18:23:58 +01:00
parent b719a6662b
commit ec902c6196

View File

@@ -148,7 +148,6 @@ void main() {
gameId: testGameOnlyPlayers.id,
);
print('existingPlayers: $existingPlayers');
if (existingPlayers == null || existingPlayers.isEmpty) {
fail('Existing players should not be null or empty');
}