comment out debug printing of cli arguments
This commit is contained in:
parent
a7c4ab7f93
commit
eb0040ff1f
@ -44,7 +44,7 @@ struct PasteData {
|
||||
|
||||
fn main() {
|
||||
let cli = Cli::parse();
|
||||
println!("{:?}", cli);
|
||||
//println!("{:?}", cli);
|
||||
|
||||
// read piped input
|
||||
let mut input = String::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user