Skip to content

Commit

Permalink
cleanup duplicate debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
denisu committed Nov 5, 2024
1 parent 698f2e4 commit c1a30bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/peer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ async fn process_peer(
match handle_peer_connection(peer_addr, tls, authority, network_id).await {
Ok(new_peers) => new_peers,
Err(_) => {
debug!("Failed to connect to peer: {}", peer_addr);
blocked_peers.lock().unwrap().push(BlockedPeer {
addr: peer_addr,
expires_at: Instant::now() + Duration::from_secs(PEER_BLOCKLIST_TTL),
Expand Down

0 comments on commit c1a30bf

Please sign in to comment.