removed some debugging

This commit is contained in:
Thomas Breloff 2016-05-05 10:35:04 -04:00
parent ec87489dd4
commit 5a520aadc0
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ function setup_ijulia()
import IJulia import IJulia
export set_ijulia_output export set_ijulia_output
function set_ijulia_output(mimestr::ASCIIString) function set_ijulia_output(mimestr::ASCIIString)
info("Setting IJulia output format to $mimestr") # info("Setting IJulia output format to $mimestr")
global _ijulia_output global _ijulia_output
_ijulia_output[1] = mimestr _ijulia_output[1] = mimestr
end end

View File

@ -165,7 +165,7 @@ function _add_series(plt::Plot, d::KW, ::Void, args...;
# get the list of dictionaries, one per series # get the list of dictionaries, one per series
dumpdict(d, "before process_inputs") dumpdict(d, "before process_inputs")
process_inputs(plt, d, args...) process_inputs(plt, d, args...)
dumpdict(d, "after process_inputs", true) dumpdict(d, "after process_inputs")
if idxfilter != nothing if idxfilter != nothing
# add the group name as the label if there isn't one passed in # add the group name as the label if there isn't one passed in