Deleted some debugging println()

This commit is contained in:
bernd_uni 2020-10-01 08:30:52 +02:00
parent 4878339c00
commit dd5f739236

View File

@ -280,7 +280,6 @@ end
end end
fillrange := nothing fillrange := nothing
seriestype := :path seriestype := :path
println(plotattributes[:linecolor])
if plotattributes[:linecolor] == :auto && plotattributes[:marker_z] !== nothing && plotattributes[:line_z] == nothing if plotattributes[:linecolor] == :auto && plotattributes[:marker_z] !== nothing && plotattributes[:line_z] == nothing
line_z := plotattributes[:marker_z] line_z := plotattributes[:marker_z]
end end