Skip to content

Commit

Permalink
🐛 low-code: remove debug sleep (#36187)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda authored Mar 15, 2024
1 parent 6efff86 commit 5508719
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,6 @@ def send_request(
json=self._request_body_json(stream_state, stream_slice, next_page_token, request_body_json),
data=self._request_body_data(stream_state, stream_slice, next_page_token, request_body_data),
)
import time

time.sleep(1)

response = self._send_with_retry(request, log_formatter=log_formatter)
return self._validate_response(response)
Expand Down

0 comments on commit 5508719

Please sign in to comment.