Skip to content

Commit

Permalink
Remove no deposit requests found debug log (#14257)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Jul 23, 2024
1 parent cd8907f commit 5d04b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon-chain/core/electra/deposits.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ func ProcessDepositRequests(ctx context.Context, beaconState state.BeaconState,
defer span.End()

if len(requests) == 0 {
log.Debug("ProcessDepositRequests: no deposit requests found")
return beaconState, nil
}

Expand Down

0 comments on commit 5d04b36

Please sign in to comment.