Skip to content

allow the user to silence event loop printout

Maximilian Emanuel Goblirsch-Kolb requested to merge MG_float_return into master

Thanks to Yi-Lin for spotting! The HistoFiller progress printout can lead to very large log files. This MR enables two options of silencing the progress bar - either a call to HistoFiller::silenceProgress() or defining the environment variable NTAU_SILENCE_PROGRESS.

Merge request reports