diff --git a/Project.toml b/Project.toml index ab2556c59..b77d9f682 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SciMLBase" uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462" authors = ["Chris Rackauckas and contributors"] -version = "2.30.2" +version = "2.30.3" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/src/solutions/solution_interface.jl b/src/solutions/solution_interface.jl index 442e1fe9e..1e40aa490 100644 --- a/src/solutions/solution_interface.jl +++ b/src/solutions/solution_interface.jl @@ -490,7 +490,6 @@ function solplot_vecs_and_labels(dims, vars, plott, sol, plot_analytic, push!(strs, "u[$(x[j])]") end else - global Main.debug[] = plot_analytic_timeseries _tmp = Vector{eltype(sol[1])}(undef, length(plot_analytic_timeseries)) for n in 1:length(plot_analytic_timeseries) _tmp[n] = plot_analytic_timeseries[n][x[j]]