diff --git a/etl/hubspot/scripts/scraper/main.py b/etl/hubspot/scripts/scraper/main.py index c824852cd..d51bd6f9c 100644 --- a/etl/hubspot/scripts/scraper/main.py +++ b/etl/hubspot/scripts/scraper/main.py @@ -58,8 +58,6 @@ def handler(body: dict[str, Any], context: Any) -> None: # ============================== # Orchestration of other lambdas # ============================== - # No Abri triggers here: Abri deals are always created bare and their - # dates are set later by ops, so a first scrape can never fire one. if hubspot_deal["pashub_link"]: logger.info( f"Triggering Pas Hub file fetcher for HubSpot deal ID {hubspot_deal_id}"