mm(1): removes debug print

This commit is contained in:
Emma Tebibyte 2024-07-14 01:25:25 -06:00
parent 37804aab6b
commit 8d693b6664
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -87,8 +87,6 @@ fn main() -> ExitCode {
}
}).collect::<Vec<_>>();
println!("{:?}", outs);
/* map all path strings to files */
let mut outputs = outs.iter().map(|file| {
/* of a file is “-”, it is stdout */