remove raise in medications
This commit is contained in:
parent
13c78e1be0
commit
485c70f8c7
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue