From b35075245ba5e54814a1f328722c718e3769b4f5 Mon Sep 17 00:00:00 2001 From: pca006132 Date: Sat, 27 Nov 2021 21:29:57 +0800 Subject: [PATCH] nac3artiq: remove debug print --- nac3artiq/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/nac3artiq/src/lib.rs b/nac3artiq/src/lib.rs index 8543b95..61e16b9 100644 --- a/nac3artiq/src/lib.rs +++ b/nac3artiq/src/lib.rs @@ -520,7 +520,6 @@ impl Nac3 { &working_directory.join(&format!("{}.o", module.get_name().to_str().unwrap())), ) .expect("couldn't write module to file"); - println!("{}", module.print_to_string().to_str().unwrap()); }))); let thread_names: Vec = (0..4).map(|i| format!("module{}", i)).collect(); let threads: Vec<_> = thread_names