mm(1): removes leftover debug print

This commit is contained in:
Emma Tebibyte 2024-08-10 14:09:33 -06:00
parent bda7c074b0
commit 2a75b8f820
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -131,8 +131,6 @@ fn main() -> ExitCode {
}
}
println!("{:?}", ins);
/* use stdin if no inputs are specified */
if ins.is_empty() { ins.push("-".to_string()); }