mm(1): removes debug print

This commit is contained in:
2024-07-14 01:25:25 -06:00
parent 37804aab6b
commit 8d693b6664

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 */