Removed print
This commit is contained in:
@@ -148,7 +148,6 @@ void main() {
|
|||||||
gameId: testGameOnlyPlayers.id,
|
gameId: testGameOnlyPlayers.id,
|
||||||
);
|
);
|
||||||
|
|
||||||
print('existingPlayers: $existingPlayers');
|
|
||||||
if (existingPlayers == null || existingPlayers.isEmpty) {
|
if (existingPlayers == null || existingPlayers.isEmpty) {
|
||||||
fail('Existing players should not be null or empty');
|
fail('Existing players should not be null or empty');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user