diff --git a/backend/pashub_fetcher/handler/handler.py b/backend/pashub_fetcher/handler/handler.py index fb7d6b1d..fa48487e 100644 --- a/backend/pashub_fetcher/handler/handler.py +++ b/backend/pashub_fetcher/handler/handler.py @@ -1,7 +1,6 @@ import os import re -# import time from typing import Any, Dict, List, Mapping from openpyxl import load_workbook @@ -108,8 +107,6 @@ def handler(event: Mapping[str, Any], context: Any) -> None: pashub_client.get_core_evidence_files_by_job_id(job["id"]) ) - # time.sleep(10) # Simulate manual download - print(f"saved {len(saved_file_paths)} files")