remove print

This commit is contained in:
2024-04-20 15:09:55 +02:00
parent 0226fb3a60
commit 89ee1df587
-1
View File
@@ -81,7 +81,6 @@ class ClientController(ClientControllerInterface):
if self.player.team != self.game_controller.game.turn:
return await self.send_error("it is not your turn to play!")
if message.type == "action":
print("message.data_type")
if message.data_type == "buy":
## TODO : pydantic type check for message.data
await self.player.buy_cards(message.data)