Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Jul 10, 2024
1 parent fd500a2 commit 7833586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indexer/consensus_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ func (client *ConsensusClient) processClientEvents() error {
return fmt.Errorf("could not get node peers for %s: %v", client.clientName, err)
}
client.lastPeerUpdateEpoch = currentEpoch
logger.WithField("client", client.clientName).Debug("updated peer list")
logger.WithFields(logrus.Fields{"client": client.clientName, "epoch": currentEpoch, "peers": len(client.peers)}).Debug("updated node peers")
}
}
Expand Down

0 comments on commit 7833586

Please sign in to comment.