From: Yann Collet Date: Mon, 28 Oct 2024 23:57:01 +0000 (-0700) Subject: removed trace left over X-Git-Tag: v1.5.7^2~68^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f593ccda04f89be6fc4f966b9b816d542941771f;p=thirdparty%2Fzstd.git removed trace left over --- 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.