Remove remnant debugging output

This commit is contained in:
Oliver Schulz 2017-05-06 10:13:04 +02:00
parent 92e9fa2084
commit a523903c15

View File

@ -640,7 +640,6 @@ end
if d[:seriestype] == :scatterbins
# Workaround, error bars currently not set correctly by scatterbins
edge, weights, xscale, yscale, baseline = _preprocess_binlike(d, h.edges[1], h.weights)
info("xscale = $xscale, yscale = $yscale")
xerror --> diff(h.edges[1])/2
seriestype := :scatter
(Plots._bin_centers(edge), weights)