mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
removed old logs
This commit is contained in:
parent
6c6268dbb6
commit
e7f04dc050
|
|
@ -95,8 +95,6 @@ def queue():
|
|||
|
||||
else:
|
||||
response_data = matchmaking_queue.getQueueStatus(side, userid, region)
|
||||
logger.graylog_logger(level="debug", handler="debug_logging_queue", message=type(response_data))
|
||||
logger.graylog_logger(level="debug", handler="debug_logging_queue", message=response_data)
|
||||
return jsonify(response_data)
|
||||
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user