From 81cf689834bd35ab46bee422e81951ea0a71a9d7 Mon Sep 17 00:00:00 2001 From: dan moore Date: Wed, 13 Nov 2024 11:45:06 +0100 Subject: [PATCH] remove noisy log --- p2p/protocol.go | 1 - 1 file changed, 1 deletion(-) diff --git a/p2p/protocol.go b/p2p/protocol.go index ba48a87e..ec2d0d47 100644 --- a/p2p/protocol.go +++ b/p2p/protocol.go @@ -324,7 +324,6 @@ func (c *conn) handleNewBlockHashes(ctx context.Context, msg ethp2p.Msg) error { // Check if we've seen the hash and remove old entries if c.hasSeenBlockHash(hash) { - c.logger.Info().Str("hash", hash.Hex()).Msg("Skipping duplicate block hash") continue }