This commit is contained in:
Guilleag01
2025-07-26 21:25:10 +02:00
parent 6df525f978
commit b2a1ce9a22

View File

@@ -164,8 +164,6 @@ impl Compiler {
.to_string(), .to_string(),
); );
println!("{scanned_files:?}");
(src_file, header_files) (src_file, header_files)
} }