From a523903c154a4c3d43c7ab0543b2b23ad519e911 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Sat, 6 May 2017 10:13:04 +0200 Subject: [PATCH] Remove remnant debugging output --- src/recipes.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index cb89fbc0..37210363 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -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)