Clean up sq key list's output.

This commit is contained in:
Neal H. Walfield 2024-12-03 12:38:03 +01:00
parent f6e7efa371
commit fc617dee6b
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

View File

@ -270,7 +270,6 @@ pub fn list(sq: Sq, mut cmd: cli::key::list::Command) -> Result<()> {
if c == ' ' { 0 } else { 1 } if c == ' ' { 0 } else { 1 }
}) })
.sum::<usize>(); .sum::<usize>();
eprintln!("{} hex characters", hex);
if hex >= 16 { if hex >= 16 {
wprintln!("Warning: {} looks like a fingerprint or key ID, \ wprintln!("Warning: {} looks like a fingerprint or key ID, \