mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 21:57:16 +00:00
remove logging exits (#1791)
This commit is contained in:
parent
394dae6076
commit
6a1addbd1a
@ -145,9 +145,6 @@ func ProcessBlock(state *pb.BeaconState, block *pb.BeaconBlock, verifySignatures
|
||||
log.WithField(
|
||||
"depositsInBlock", len(block.Body.Deposits),
|
||||
).Info("Block deposits")
|
||||
log.WithField(
|
||||
"exitsInBlock", len(block.Body.VoluntaryExits),
|
||||
).Info("Block voluntary exits")
|
||||
return state, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user