diff --git a/src/core/financial.jl b/src/core/financial.jl index 3ef32ba3f..5354e76ab 100644 --- a/src/core/financial.jl +++ b/src/core/financial.jl @@ -249,9 +249,6 @@ function easiur_costs(latitude::Real, longitude::Real, grid_or_onsite::String) EASIUR_data = nothing try EASIUR_data = get_EASIUR2005(type, pop_year=2020, income_year=2020, dollar_year=2010) - if type == "p150" - print("\nEASIUR_data['NOX_Annual']: ", EASIUR_data["NOX_Annual"][10,10], "\n") - end catch e @warn "Could not look up EASIUR health costs from point ($latitude,$longitude). {$e}" return nothing @@ -508,6 +505,4 @@ function easiur_data(; latitude::Real, longitude::Real, inflation::Real) response_dict[ekey*"_cost_escalation_rate_fraction"] = escalation[ekey] end return response_dict -end - -print("\nTEST!!!: ", easiur_data(;latitude=30.2672,longitude=-97.7431,inflation=0.025)["NOx_grid_cost_per_tonne"]) \ No newline at end of file +end \ No newline at end of file