Skip to content

Commit

Permalink
Clean up commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
dehaansa committed Dec 11, 2024
1 parent 85b2cd0 commit b22ebfb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internal/component/otelcol/receiver/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,6 @@ func (r *Receiver) Update(args component.Arguments) error {

next := r.args.NextConsumers()

// // if the otel config satisfies the operator.Builder interface we need to use the Build() function
// // to create the receiver
// if builder, ok := receiverConfig.(operator.Builder); ok {
// op, err := builder.Build(settings.TelemetrySettings)
// if err != nil {
// return err
// }
// }

// Create instances of the receiver from our factory for each of our
// supported telemetry signals.
var components []otelcomponent.Component
Expand Down

0 comments on commit b22ebfb

Please sign in to comment.