diff --git a/test-compress/src/main.rs b/test-compress/src/main.rs index 4681f14..f54b831 100644 --- a/test-compress/src/main.rs +++ b/test-compress/src/main.rs @@ -215,7 +215,6 @@ fn main() { ]; let threads = num_cpus::get(); - println!("threads: {}", threads); rayon::ThreadPoolBuilder::new() .num_threads(threads) .build_global()