diff --git a/src/compiler.rs b/src/compiler.rs index 56fadc0..fb2663d 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -164,8 +164,6 @@ impl Compiler { .to_string(), ); - println!("{scanned_files:?}"); - (src_file, header_files) }