summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/test-random-util.c1
1 files changed, 0 insertions, 1 deletions
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]);
}