]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed trace left over
authorYann Collet <cyan@fb.com>
Mon, 28 Oct 2024 23:57:01 +0000 (16:57 -0700)
committerYann Collet <cyan@fb.com>
Mon, 28 Oct 2024 23:57:01 +0000 (16:57 -0700)
tests/fuzzer.c

index e32c0130d7f392d14a5391556cfb48a068661bdb..c1bff7a5a5fb81c16c9f6c9f44b3832edd1ad7d7 100644 (file)
@@ -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.