Skip to content

Commit 5c67cf5

Browse files
committed
removing other error messages for debugging
1 parent e3245cd commit 5c67cf5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ciam.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,10 @@ function get_model(; initfile::Union{String,Nothing}=nothing, fixed::Bool=true,
114114

115115
initciam(xsc, params, initparams, m; fixed=fixed, t=t, noRetreat=noRetreat, allowMaintain=allowMaintain, popinput=popinput)
116116

117-
println("HERE01")
118-
119117
if origforc
120118
# read construction cost index data
121-
println("HERE02")
122119
@warn "Using 2011 World Bank construction cost index"
123120
update_param!(m, :slrcost, :cci, params["cci_2011"])
124-
println("HERE03")
125121
end
126122

127123
return m

0 commit comments

Comments
 (0)