Remove extraneous comment

This commit is contained in:
checktheroads 2019-06-23 14:06:08 -07:00
parent 926e9767ee
commit 27195c4a64

View file

@ -216,7 +216,6 @@ def hyperglass_main():
logger.debug(f"Returning {value_code} response")
return Response(response["output"], response["status"])
# If 400 error, return error message and code
# ["code", "reason", "source", "type", "loc_id", "target"],
if value_code in [405, 415]:
count_errors.labels(
response["status"],