diff --git a/src/endpoints/matchmaking.py b/src/endpoints/matchmaking.py index c60fad6..f547cf6 100644 --- a/src/endpoints/matchmaking.py +++ b/src/endpoints/matchmaking.py @@ -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: