Skip to content

Commit

Permalink
feat(#267): Updated logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Nov 22, 2024
1 parent d2b948a commit dbebf3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pokete_classes/multiplayer/msg/position/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def __init__(self, data):
def call_for_responses(self, context, response_writer: ResponseWriter) -> None:
gen = context.position_channel_generator()
for coords in gen():
logging.info(coords)
response_writer(Update({
"name": "",
"position": {
Expand Down

0 comments on commit dbebf3c

Please sign in to comment.