From 9b2705966ada71d395bee28c3e6d71f4352f5703 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 28 Jun 2025 12:14:58 +0800 Subject: [PATCH] feat: rm unused line --- src/cli.rs | 1 - 1 file changed, 1 deletion(-) 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);