Skip to content

Commit

Permalink
Merge pull request #656 from ranocha/patch-2
Browse files Browse the repository at this point in the history
remove debug statement
  • Loading branch information
ChrisRackauckas authored Mar 22, 2024
2 parents 3e561ef + a4a3960 commit 643114c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "2.30.2"
version = "2.30.3"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
1 change: 0 additions & 1 deletion src/solutions/solution_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 643114c

Please sign in to comment.