Skip to content

Commit

Permalink
Update processor.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Sep 13, 2024
1 parent 33d6ada commit 7e9e7ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/log/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ type Processor interface {
//
// The SDK invokes the processors sequentially in the same order as
// they were registered using [WithProcessor] until any processor returns true.
//
// Implementations should not modify the param.
Enabled(ctx context.Context, param EnabledParameters) bool

// Shutdown is called when the SDK shuts down. Any cleanup or release of
Expand Down

0 comments on commit 7e9e7ce

Please sign in to comment.