gr: removed println statement

This commit is contained in:
Josef Heinen 2017-06-07 18:15:43 -07:00 committed by Michael K. Borregaard
parent df729cd0f6
commit 0d17aa0093

View File

@ -448,7 +448,6 @@ gr_view_ycenter() = 0.5 * (viewport_plotarea[3] + viewport_plotarea[4])
function gr_legend_pos(s::Symbol,w,h)
str = string(s)
println(str)
if str == "best"
str = "topright"
end