remove spurious warning

This commit is contained in:
Michael Krabbe Borregaard 2018-08-28 21:39:02 +02:00
parent 49ad3a51aa
commit 4f667291bd

View File

@ -1519,7 +1519,6 @@ function getSeriesRGBColor(c, sp::Subplot, n::Int)
end
function getSeriesRGBColor(c::AbstractArray, sp::Subplot, n::Int)
@info "it is surprising that this function is called - please report a use case as a Plots issue"
map(x->getSeriesRGBColor(x, sp, n), c)
end