remove print

sync
Laurent 8 months ago
parent bd48e136c8
commit 8c5536c99b
  1. 2
      PadelClub/Data/GroupStage.swift

@ -90,7 +90,7 @@ final class GroupStage: BaseGroupStage, SideStorable {
format: self.matchFormat, format: self.matchFormat,
name: self.localizedMatchUpLabel(for: index)) name: self.localizedMatchUpLabel(for: index))
match.store = self.store match.store = self.store
print("_createMatch(index)", index) // print("_createMatch(index)", index)
return match return match
} }

Loading…
Cancel
Save