summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2022-01-24 00:37:43 +0100
committerNeal H. Walfield <neal@pep.foundation>2022-01-24 08:42:45 +0100
commited59f76e3bf1895d7f7948f2aecf139e4161c475 (patch)
tree5c311610b8896c8fc131a4228bbd022828491f49
parentb1e983b01dbfcc29328449ecaa4b999e622d6ed2 (diff)
sq: Remove extraneous debugging output.
-rw-r--r--sq/src/commands/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/sq/src/commands/mod.rs b/sq/src/commands/mod.rs
index 170e5022..4436a0eb 100644
--- a/sq/src/commands/mod.rs
+++ b/sq/src/commands/mod.rs
@@ -227,7 +227,6 @@ pub fn cert_stub(cert: Cert,
if let Some(userid) = userid {
for u in vc.userids() {
if u.userid() == userid {
- eprintln!("Emitting {:?}", u.userid());
found = true;
packets.push(Packet::from(userid.clone()));
packets.push(Packet::from(u.binding_signature().clone()));