Skip to content

Commit

Permalink
chore: remove listen address print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Nov 13, 2024
1 parent 55b5096 commit e92b8bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sn_networking/src/event/swarm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ impl SwarmDriver {
event_string = "new listen addr";

info!("Local node is listening {listener_id:?} on {address:?}");
println!("Local node is listening on {address:?}"); // TODO: make it print only once

let local_peer_id = *self.swarm.local_peer_id();
// Make sure the address ends with `/p2p/<local peer ID>`. In case of relay, `/p2p` is already there.
Expand Down

0 comments on commit e92b8bd

Please sign in to comment.