Skip to content

Commit

Permalink
prints remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Demurest committed Sep 12, 2024
1 parent 387ec8d commit fa14a30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lightcurve/src/object_api/routes/htmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def get_tns(ra, dec):
text = response.text

if "Error message" in text:
print(response)
print(response.text)
raise requests.exceptions.RequestException("Error found in response: " + text)

try:
Expand Down

0 comments on commit fa14a30

Please sign in to comment.