Skip to content

Commit 9cbb73b

Browse files
cleanup debugs
1 parent 4764620 commit 9cbb73b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iroh/src/endpoint.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ impl Endpoint {
690690
.get_mapping_addr_and_maybe_start_discovery(node_addr)
691691
.await
692692
.context(NoAddressSnafu)?;
693-
dbg!(&mapped_addr, &direct_addresses, &relay_url);
694693

695694
let transport_config = options
696695
.transport_config
@@ -1313,7 +1312,6 @@ impl Endpoint {
13131312
.first_arrived()
13141313
.await
13151314
.context(get_mapping_address_error::DiscoverSnafu)?;
1316-
dbg!("got first");
13171315
if let Some(addr) = self.msock.get_mapping_addr(node_id) {
13181316
Ok((addr, Some(discovery)))
13191317
} else {

0 commit comments

Comments
 (0)