chore: remove print from online module
This commit is contained in:
@@ -210,7 +210,6 @@ class _NetworkConnectionService():
|
||||
MultiplayerService._receive_stack_queue.put(StackDto.create(data["stack"]))
|
||||
if data["type"] == "receive_stats":
|
||||
MultiplayerService._receive_stats_queue.put(StatsDto.create(data["stats"]))
|
||||
print(data["stats"])
|
||||
if data["type"] == "exit_game":
|
||||
print("Exit the game!")
|
||||
cls.close_connection()
|
||||
|
||||
Reference in New Issue
Block a user