Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Jan 22, 2024
1 parent 390cb96 commit bc52484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/delivery/send_to_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def send_email_to_provider(notification: Notification):
current_app.logger.info(f"scan_verdict for document_id {document_id} is {scan_verdict_response.json()}")
if sending_method == "attach":
try:
logging.getLogger("urllib3").setLevel(logging.DEBUG)
retries = Retry(total=5)
http = PoolManager(retries=retries)

Expand Down

0 comments on commit bc52484

Please sign in to comment.