Skip to content

Commit

Permalink
fix: Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Feb 20, 2024
1 parent 72f2fd9 commit e05677e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/service/eth/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,5 @@ func (h *Handler) BlobSidecars(ctx context.Context, blockID BlockIdentifier) ([]
return nil, fmt.Errorf("invalid block id: %v", blockID.String())
}

h.log.WithField("slot", slot).Debug("Getting blob sidecars")

return h.provider.GetBlobSidecarsBySlot(ctx, slot)
}

0 comments on commit e05677e

Please sign in to comment.