From 7494f74cb2f0635c842cccbf8f49768f3ec239b1 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Mon, 13 Apr 2020 00:36:50 -0400 Subject: [PATCH] remove println --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f355ea7..a48125d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -120,7 +120,6 @@ fn revoke(args: &KeyRevoke) -> Result<(), SshKeyCtlError> { key_file_path.push(format!("{}.pub", key_file_name)); let key_data = read_to_string(key_file_path).unwrap(); let key_data = key_data.trim().replace("/", "\\/"); - println!("{:?}", &key_data); Command::new("ssh") .args(&[ target,