xo-ratio: tidy: disable utest debug logging

This commit is contained in:
Roland Conybeare 2024-05-01 22:48:41 -04:00
commit 63b4255dae

View file

@ -50,7 +50,7 @@ namespace xo {
void
ratio_tests(Rng & rng)
{
constexpr bool debug_flag = true;
constexpr bool debug_flag = false;
std::size_t n_ratio = 25;
std::size_t n_experiment = n_ratio * n_ratio / 4;