Skip to content

Commit

Permalink
feat: Add stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Nov 10, 2022
1 parent 58d17f8 commit 0a08eef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/sentry/output/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ func (h *HTTP) sendUpstream(ctx context.Context, events []*xatu.DecoratedEvent)
}

body += string(eventAsJSON) + "\n"

// if event.Meta.Client.Event.Name == xatu.ClientMeta_Event_BEACON_API_ETH_V1_EVENTS_ATTESTATION {
// h.log.WithField("event", string(eventAsJSON)).Info("Sending attestation to HTTP sink")
// }
}

req, err := http.NewRequest(httpMethod, h.config.Address, bytes.NewBufferString(body))
Expand Down

0 comments on commit 0a08eef

Please sign in to comment.