Skip to content

Commit

Permalink
Remove status code
Browse files Browse the repository at this point in the history
  • Loading branch information
hestonhoffman committed Jul 25, 2024
1 parent 06cf9d2 commit 3b02c7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion local/bin/py/synthetics_worker_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def get_data():
}
response = requests.get(url, headers=headers)
if response.status_code != 200:
print(response.status_code)
print(response.text)
raise Exception('Failed to get tags')
return response.json()
Expand Down

0 comments on commit 3b02c7c

Please sign in to comment.