diff --git a/Project.toml b/Project.toml index 13681b3f2..985a163a1 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.12.0" +version = "2.12.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/src/solutions/solution_interface.jl b/src/solutions/solution_interface.jl index 56486edb4..5e1bf1b72 100644 --- a/src/solutions/solution_interface.jl +++ b/src/solutions/solution_interface.jl @@ -189,8 +189,6 @@ DEFAULT_PLOT_FUNC(x, y, z) = (x, y, z) # For v0.5.2 bug xflip --> tdir < 0 seriestype --> :path - @show labels - # Special case labels when idxs = (:x,:y,:z) or (:x) or [:x,:y] ... if idxs isa Tuple && vars[1][1] === DEFAULT_PLOT_FUNC val = hasname(vars[1][2]) ? String(getname(vars[1][2])) : vars[1][2]