From ec902c6196c283baeb8a18ceaf330c4917688418 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 5 Dec 2025 18:23:58 +0100 Subject: [PATCH] Removed print --- test/db_tests/player_game_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/db_tests/player_game_test.dart b/test/db_tests/player_game_test.dart index 6fd87c2..4e2616e 100644 --- a/test/db_tests/player_game_test.dart +++ b/test/db_tests/player_game_test.dart @@ -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'); }