From 491107a044bdfeb5877c413d0f5421bb7afde158 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 6 May 2021 03:47:58 +0900 Subject: test: drop log_trace() in test-random-util It provides almost no inoformation. Moreover, it massively increases logs, and firefox cannot show the results of Ubuntu CIs due to this. (cherry picked from commit 3d396b2837445cf2fbe00c12aed2d9967d9e9d23) --- src/test/test-random-util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test-random-util.c b/src/test/test-random-util.c index 44103efa62..42d7a746da 100644 --- a/src/test/test-random-util.c +++ b/src/test/test-random-util.c @@ -68,7 +68,6 @@ static void test_random_u64_range_one(unsigned mod) { x = random_u64_range(mod); - log_trace("%05u: %"PRIu64, i, x); count[x]++; max = MAX(max, count[x]); } -- cgit v1.2.1