remove println
This commit is contained in:
parent
d286bca510
commit
7494f74cb2
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ fn revoke(args: &KeyRevoke) -> Result<(), SshKeyCtlError> {
|
||||||
key_file_path.push(format!("{}.pub", key_file_name));
|
key_file_path.push(format!("{}.pub", key_file_name));
|
||||||
let key_data = read_to_string(key_file_path).unwrap();
|
let key_data = read_to_string(key_file_path).unwrap();
|
||||||
let key_data = key_data.trim().replace("/", "\\/");
|
let key_data = key_data.trim().replace("/", "\\/");
|
||||||
println!("{:?}", &key_data);
|
|
||||||
Command::new("ssh")
|
Command::new("ssh")
|
||||||
.args(&[
|
.args(&[
|
||||||
target,
|
target,
|
||||||
|
|
Loading…
Reference in a new issue