Skip to content

Commit 2de1984

Browse files
committed
Comment-out tracking API error message printing
1 parent 8bfffb8 commit 2de1984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/reopt.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@ function run_reopt(m::JuMP.AbstractModel, p::REoptInputs; organize_pvs=true)
612612

613613
headers = Dict("Content-Type" => "application/json")
614614
HTTP.post("http://localhost:8000/reopt/post/", headers, JSON.json(track_data))
615-
catch e
615+
catch #e
616616
@warn "Could not post tracking data to REopt API"
617-
@info e.message
617+
#@info e.message
618618
end
619619
end
620620

0 commit comments

Comments
 (0)