From b2a1ce9a22eefb0d902ecad139196cc63d050846 Mon Sep 17 00:00:00 2001 From: Guilleag01 Date: Sat, 26 Jul 2025 21:25:10 +0200 Subject: [PATCH] oops --- src/compiler.rs | 2 -- 1 file changed, 2 deletions(-) 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) }