From 6e8bfe1ea6ba0fd9717c4b8f8131001ce5743f2e Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Wed, 31 May 2017 23:04:39 +0200 Subject: [PATCH] Remove remnant debug output about binning --- src/recipes.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 1bc4cad5..d3fe10fa 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -589,7 +589,6 @@ _hist_norm_mode(mode::Symbol) = mode _hist_norm_mode(mode::Bool) = mode ? :pdf : :none function _make_hist{N}(vs::NTuple{N,AbstractVector}, binning; normed = false, weights = nothing) - info("binning = $binning") edges = _hist_edges(vs, binning) h = float( weights == nothing ? StatsBase.fit(StatsBase.Histogram, vs, edges, closed = :left) :