Skip to content

Commit

Permalink
Remove leftover log (#13627)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkapka authored Feb 16, 2024
1 parent 4030614 commit b842d8c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/prysmaticlabs/prysm/v5/consensus-types/primitives"
ethpb "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1"
"github.com/prysmaticlabs/prysm/v5/time/slots"
"github.com/sirupsen/logrus"
)

func (c *beaconApiValidatorClient) submitAggregateSelectionProof(ctx context.Context, in *ethpb.AggregateSelectionRequest) (*ethpb.AggregateSelectionResponse, error) {
Expand Down Expand Up @@ -66,7 +65,6 @@ func (c *beaconApiValidatorClient) submitAggregateSelectionProof(ctx context.Con
return nil, errors.Wrap(err, "failed to calculate attestation data root")
}

logrus.Infof("Aggregator requested attestation %#x", attestationDataRoot)
aggregateAttestationResponse, err := c.getAggregateAttestation(ctx, in.Slot, attestationDataRoot[:])
if err != nil {
return nil, err
Expand Down

0 comments on commit b842d8c

Please sign in to comment.