Skip to content

Commit 4e0780a

Browse files
authored
Update results.jl
removed the printing of results dictionary
1 parent 86dd5c2 commit 4e0780a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/results/results.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ function reopt_results(m::JuMP.AbstractModel, p::REoptInputs; _n="")
118118
if "ASHP_WaterHeater" in p.techs.ashp_wh
119119
add_ashp_wh_results(m, p, d; _n)
120120
end
121-
println("Here is the return of reopt_results:")
122-
println(d)
121+
#println("Here is the return of reopt_results:")
122+
#println(d)
123123
return d
124124
end
125125

0 commit comments

Comments
 (0)