diff --git a/src/output.jl b/src/output.jl index e96ded60..ce16f582 100644 --- a/src/output.jl +++ b/src/output.jl @@ -125,7 +125,7 @@ function setup_ijulia() import IJulia export set_ijulia_output function set_ijulia_output(mimestr::ASCIIString) - info("Setting IJulia output format to $mimestr") + # info("Setting IJulia output format to $mimestr") global _ijulia_output _ijulia_output[1] = mimestr end diff --git a/src/plot.jl b/src/plot.jl index 0e1b5af1..62bfd14c 100644 --- a/src/plot.jl +++ b/src/plot.jl @@ -165,7 +165,7 @@ function _add_series(plt::Plot, d::KW, ::Void, args...; # get the list of dictionaries, one per series dumpdict(d, "before process_inputs") process_inputs(plt, d, args...) - dumpdict(d, "after process_inputs", true) + dumpdict(d, "after process_inputs") if idxfilter != nothing # add the group name as the label if there isn't one passed in