From 63b4255dae3e7d78cdcb0492ffb49e55722d6a6b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 1 May 2024 22:48:41 -0400 Subject: [PATCH] xo-ratio: tidy: disable utest debug logging --- utest/ratio.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest/ratio.test.cpp b/utest/ratio.test.cpp index 8048834..22e36ce 100644 --- a/utest/ratio.test.cpp +++ b/utest/ratio.test.cpp @@ -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;