We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428f811 commit a21eadfCopy full SHA for a21eadf
iroh-net/src/discovery/pkarr_publish.rs
@@ -73,12 +73,6 @@ impl Publisher {
73
}
74
let _ = self.last_published.write().insert(info.clone());
75
let signed_packet = info.to_pkarr_signed_packet(&self.secret_key, self.ttl)?;
76
- println!(
77
- "PUBLISH!!! self {} sp pk {}, nid from sp {}",
78
- self.secret_key.public(),
79
- signed_packet.public_key(),
80
- crate::NodeId::from_bytes(signed_packet.public_key().as_bytes()).unwrap()
81
- );
82
self.pkarr_client.publish(&signed_packet).await?;
83
Ok(())
84
0 commit comments