diff --git a/node/consensus/ceremony/peer_messaging.go b/node/consensus/ceremony/peer_messaging.go index 1366a27..8b2f3cf 100644 --- a/node/consensus/ceremony/peer_messaging.go +++ b/node/consensus/ceremony/peer_messaging.go @@ -177,7 +177,6 @@ func (e *CeremonyDataClockConsensusEngine) NegotiateCompressedSyncFrames( e.logger.Warn( "peer manifest was null or bandwidth was low", zap.Binary("peer_id", authentication.Authentication.PeerId), - zap.Uint64("bandwidth", manifest.Bandwidth), ) return nil }