molecule_set will currently output a per-thread, debug-level log whenever verbose is set to true - this information is not at all useful unless going deep into debugging. There should instead be a type check to see if verbose is an integer, and if it is greater than 1 go into the debugging lines.
molecule_set
will currently output a per-thread, debug-level log wheneververbose
is set to true - this information is not at all useful unless going deep into debugging. There should instead be a type check to see ifverbose
is an integer, and if it is greater than 1 go into the debugging lines.