Skip to content

Commit

Permalink
chore: remove extra log on direct peer message
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Dec 19, 2024
1 parent 9a7092a commit 935c8d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/p2p/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,6 @@ where S: ShareChain
response,
} => match response {
Ok(response) => {
info!(target: LOG_TARGET, squad = &self.config.squad; "REQ-RES peer info response: {response:?}");
self.handle_direct_peer_exchange_response(response).await;
},
Err(error) => {
Expand Down

0 comments on commit 935c8d5

Please sign in to comment.