Skip to content

Commit

Permalink
[network] Remove excessive dial logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario authored and aptos-bot committed Mar 30, 2022
1 parent 1854066 commit 7a45d0b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions network/src/connectivity_manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,18 +569,6 @@ where

let (cancel_tx, cancel_rx) = oneshot::channel();

info!(
NetworkSchema::new(&self.network_context)
.remote_peer(&peer_id)
.network_address(&addr),
delay = dial_delay,
"{} Create dial future to {} at {} after {:?}",
self.network_context,
peer_id.short_str(),
addr,
dial_delay
);

let network_context = self.network_context;
// Create future which completes by either dialing after calculated
// delay or on cancellation.
Expand Down

0 comments on commit 7a45d0b

Please sign in to comment.