diff --git a/src/services/estimation_service_v2.py b/src/services/estimation_service_v2.py index 038fdd3..fb4ee13 100644 --- a/src/services/estimation_service_v2.py +++ b/src/services/estimation_service_v2.py @@ -379,7 +379,6 @@ class EstimationService: rx_spend += drug_price.unit_price * month_times except Exception as e: - raise e print(f"Error calculating rx spend for {medication.name}: {e}") pass return rx_spend