remove @show

This commit is contained in:
Daniel Schwabeneder 2020-03-30 19:23:33 +02:00
parent 8b7695b20a
commit 921c9d1b52

View File

@ -47,7 +47,6 @@ function series_vector(v::AVec, plotattributes)
series_vector(Vector{MaybeString}(v), plotattributes)
else
try
@show typeof(v)
series_vector(string.(v), plotattributes)
catch
vcat((series_vector(vi, plotattributes) for vi in v)...)