diff --git a/src/controller/client.py b/src/controller/client.py index 7f6d852..d73eaaa 100644 --- a/src/controller/client.py +++ b/src/controller/client.py @@ -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)