From dd5f7392367cb7aca5b87074e2fd8c6d002f84c6 Mon Sep 17 00:00:00 2001 From: bernd_uni Date: Thu, 1 Oct 2020 08:30:52 +0200 Subject: [PATCH] Deleted some debugging println() --- src/recipes.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index d1cf4d4c..10fb5246 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -280,7 +280,6 @@ end end fillrange := nothing seriestype := :path - println(plotattributes[:linecolor]) if plotattributes[:linecolor] == :auto && plotattributes[:marker_z] !== nothing && plotattributes[:line_z] == nothing line_z := plotattributes[:marker_z] end