drop stray @show

This commit is contained in:
Michael Krabbe Borregaard 2018-09-07 15:31:04 +02:00
parent 94450a26e9
commit 13339125eb

View File

@ -62,7 +62,6 @@ function convertToAnyVector(v::AVec, plotattributes::KW)
Any[convert(Vector{Float64}, v)], nothing
else
# something else... treat each element as an item
@show v
vcat(Any[convertToAnyVector(vi, plotattributes)[1] for vi in v]...), nothing
# Any[vi for vi in v], nothing
end