mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
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.
This commit is contained in:
parent
d8c1422439
commit
3d396b2837
@ -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]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user