Skip to content

Commit

Permalink
Remove debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Mar 27, 2024
1 parent 47f23e4 commit 00b3e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simulation/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ function _build_single_model_for_simulation(
sim::Simulation,
model_number::Int,
)
@error("Building problem $(get_name(model)) $(Threads.threadid())")
initial_time = get_initial_time(sim)
set_initial_time!(model, initial_time)
output_dir = joinpath(get_models_dir(sim), string(get_name(model)))
Expand Down

0 comments on commit 00b3e43

Please sign in to comment.