Skip to content

Commit

Permalink
 delete spammy log (#5672)
Browse files Browse the repository at this point in the history
*  delete spammy log
  • Loading branch information
realbigsean authored Apr 30, 2024
1 parent ce66582 commit beaa586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_node/network/src/sync/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ impl<T: BeaconChainTypes> SyncManager<T> {
);
}
SyncMessage::UnknownBlockHashFromAttestation(peer_id, block_root) => {
debug!(self.log, "Received unknown block hash message"; "block_root" => %block_root);
self.handle_unknown_block_root(peer_id, block_root);
}
SyncMessage::Disconnect(peer_id) => {
Expand Down

0 comments on commit beaa586

Please sign in to comment.