feat: rm unused line
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user