comment out debug printing of cli arguments

This commit is contained in:
winwinner 2023-11-22 05:52:06 +00:00
parent a7c4ab7f93
commit eb0040ff1f
Signed by: winneratwin
GPG Key ID: F11B4D71AD94CFB8

View File

@ -44,7 +44,7 @@ struct PasteData {
fn main() {
let cli = Cli::parse();
println!("{:?}", cli);
//println!("{:?}", cli);
// read piped input
let mut input = String::new();