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 }