Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Sep 22, 2023
1 parent d9f9178 commit 8a8f723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fivetran_provider_async/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def _do_api_call(
attempt_num = 1
while True:
try:
print()
response = requests.request(method, url, **kwargs)
response.raise_for_status()
return response.json()
Expand Down

0 comments on commit 8a8f723

Please sign in to comment.