diff --git a/src/cli.rs b/src/cli.rs index a2558f1..578e96e 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -110,7 +110,6 @@ async fn do_init(_arg_matches: &ArgMatches<'_>, sub_arg_matches: &ArgMatches<'_> let connect = sub_arg_matches.value_of("connect").expect("Get argument listen error"); let read_from_pinentry = sub_arg_matches.is_present("read-from-pinentry"); - // let client = Client::new(); let uri = format!("http://{}/status", connect); debugging!("Request uri: {}", &uri);