From f593ccda04f89be6fc4f966b9b816d542941771f Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 28 Oct 2024 16:57:01 -0700 Subject: [PATCH] removed trace left over --- tests/fuzzer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fuzzer.c b/tests/fuzzer.c index e32c0130d..c1bff7a5a 100644 --- a/tests/fuzzer.c +++ b/tests/fuzzer.c @@ -576,7 +576,6 @@ static void test_blockSplitter_incompressibleExpansionProtection(unsigned testNb /* let's fill input with random noise (incompressible) */ RDG_genBuffer(incompressible, srcSize, 0.0, 0.0, seed); - DISPLAYLEVEL(4, "(hash: %llx) ", XXH64(incompressible, srcSize, 0)); /* this pattern targets the fastest _byChunk variant's sampling (level 3). * manually checked that, without the @savings protection, it would over-split. -- 2.47.3