remove print

This commit is contained in:
David Rodenkirchen 2026-04-18 16:23:49 +02:00
parent db237b3535
commit b071c30ce0

View File

@ -356,7 +356,6 @@ class Tournament:
self._status = TournamentStatus.ONGOING self._status = TournamentStatus.ONGOING
logger.info(f"New tournament status for {self._name}: {self._status}") logger.info(f"New tournament status for {self._name}: {self._status}")
print(self._matches, self._rounds)
for match in self._matches: for match in self._matches:
match.check_completion() match.check_completion()