Skip to content

Commit

Permalink
Refine
Browse files Browse the repository at this point in the history
  • Loading branch information
elic-eon committed Nov 13, 2024
1 parent 5eccfc1 commit aadd53b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metaphor/openapi/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ def _get_openapi_json(
)
resp = session.get(str(spec.openapi_json_url), headers=headers)

print(resp.status_code)

if resp.status_code != 200:
return None

Expand Down

0 comments on commit aadd53b

Please sign in to comment.