Skip to content

Commit

Permalink
chore: Clean up lingering TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Jan 7, 2025
1 parent a8a16c3 commit 38468e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/datasourcev2/streaming_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ func (sp *StreamProcessor) consumeStream(stream *es.Stream, closeWhenReady chan<

sp.logConnectionResult(true)

//nolint:godox
// TODO(cwaldren/mkeeler): Should this actually be true by default? It means if we receive an event
// we don't understand then we go to the Valid state.
processedEvent := true
shouldRestart := false

Expand Down

0 comments on commit 38468e3

Please sign in to comment.