remove debug
This commit is contained in:
parent
4a59ba5f4a
commit
126dcf78c7
2 changed files with 1 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ 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