mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
Remove stray print
This commit is contained in:
parent
826db05319
commit
481229fffd
1 changed files with 0 additions and 1 deletions
|
@ -200,7 +200,6 @@ impl<'help, 'app, 'parser> Validator<'help, 'app, 'parser> {
|
|||
.chain(used_filtered.iter())
|
||||
.cloned()
|
||||
.collect();
|
||||
println!("{:?}", required);
|
||||
let usg = Usage::new(self.p).create_usage_with_title(&required);
|
||||
return Err(Error::argument_conflict(
|
||||
former_arg,
|
||||
|
|
Loading…
Reference in a new issue