summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-05-03 16:07:10 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-05-03 16:10:38 +0200
commitccfa6c151a3f3851b8e541c206e4ef5c016c450a (patch)
tree094e80bd13d1129d9cba41fe9d69f651c24a2f46 /tool
parentde01880b6928042779cd9051e9cdbfa8de832d80 (diff)
tool: Remove debugging remnant.
Diffstat (limited to 'tool')
-rw-r--r--tool/src/sqv.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/src/sqv.rs b/tool/src/sqv.rs
index afee040a..386e284a 100644
--- a/tool/src/sqv.rs
+++ b/tool/src/sqv.rs
@@ -219,7 +219,6 @@ fn real_main() -> Result<(), failure::Error> {
let keyid = key.keyid();
for &(_, ref issuer, _) in &sigs {
if *issuer == keyid {
- eprintln!("want subkey {}", keyid);
want = Some(keyid);
break;
}