removed some debugging
This commit is contained in:
parent
ec87489dd4
commit
5a520aadc0
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user