From d34990ed50b537fdeefd07f7e6ca0cd9eac2bc95 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 10 Jan 2026 15:54:41 +0100 Subject: [PATCH] Removed print --- lib/presentation/views/main_menu/home_view.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/presentation/views/main_menu/home_view.dart b/lib/presentation/views/main_menu/home_view.dart index 1b07839..29d6d67 100644 --- a/lib/presentation/views/main_menu/home_view.dart +++ b/lib/presentation/views/main_menu/home_view.dart @@ -214,8 +214,6 @@ class _HomeViewState extends State { Future updatedWinnerinRecentMatches(String matchId) async { final db = Provider.of(context, listen: false); final winner = await db.matchDao.getWinner(matchId: matchId); - print('Winner for match $matchId: ${winner?.name}'); - final matchIndex = recentMatches.indexWhere((match) => match.id == matchId); if (matchIndex != -1) { setState(() {