From 4f667291bdd0d93893642230136e0fcbad72940e Mon Sep 17 00:00:00 2001 From: Michael Krabbe Borregaard Date: Tue, 28 Aug 2018 21:39:02 +0200 Subject: [PATCH] remove spurious warning --- src/args.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/args.jl b/src/args.jl index 0ff999ec..dca2fd0f 100644 --- a/src/args.jl +++ b/src/args.jl @@ -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