Skip to content

Commit

Permalink
FIX: Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Feb 3, 2023
1 parent 517cff1 commit c1d9cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharding/nodesCoordinator/indexHashedNodesCoordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ func (ihnc *indexHashedNodesCoordinator) EpochStartPrepare(metaHdr data.HeaderHa
}

ihnc.updateEpochFlags(newEpoch)
log.Debug("indexHashedNodesCoordinator.EpochStartPrepare", "ihnc.currentEpoch", ihnc.currentEpoch)

allValidatorInfo, err := ihnc.createValidatorInfoFromBody(body, ihnc.numTotalEligible, newEpoch)
if err != nil {
log.Error("could not create validator info from body - do nothing on nodesCoordinator epochStartPrepare", "error", err.Error())
Expand Down

0 comments on commit c1d9cfe

Please sign in to comment.