chore: remove print from online module

This commit is contained in:
2021-07-15 23:29:08 -04:00
parent 836bda8294
commit 00433f6987

View File

@@ -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()