Skip to content

Commit

Permalink
refactor(beacon_block): Remove debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Sep 27, 2023
1 parent aa76e0e commit 0a7e3c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cannon/deriver/beacon/eth/v2/beacon_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ func (b *BeaconBlockDeriver) processEpoch(ctx context.Context, epoch phase0.Epoc
return nil, errors.Wrapf(err, "failed to process slot %d", slot)
}

b.log.WithField("slot", slot).WithField("index", i).Debug("Created event from block")

allEvents = append(allEvents, events...)
}

Expand Down

0 comments on commit 0a7e3c0

Please sign in to comment.