mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-09-07 08:36:25 -05:00
removed old logs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user