From 8c5536c99b4e7b5191b111ea4b950172d0190d98 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 19 Mar 2025 11:00:34 +0100 Subject: [PATCH] remove print --- PadelClub/Data/GroupStage.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PadelClub/Data/GroupStage.swift b/PadelClub/Data/GroupStage.swift index 27fe45b..cd2d346 100644 --- a/PadelClub/Data/GroupStage.swift +++ b/PadelClub/Data/GroupStage.swift @@ -90,7 +90,7 @@ final class GroupStage: BaseGroupStage, SideStorable { format: self.matchFormat, name: self.localizedMatchUpLabel(for: index)) match.store = self.store - print("_createMatch(index)", index) +// print("_createMatch(index)", index) return match }