remove print
This commit is contained in:
parent
db237b3535
commit
b071c30ce0
@ -356,7 +356,6 @@ class Tournament:
|
||||
|
||||
self._status = TournamentStatus.ONGOING
|
||||
logger.info(f"New tournament status for {self._name}: {self._status}")
|
||||
print(self._matches, self._rounds)
|
||||
for match in self._matches:
|
||||
match.check_completion()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user