Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jun 6, 2022
1 parent 15b79ca commit de3ae63
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/exporter/consensus/jobs/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,7 @@ func (s *Spec) tick(ctx context.Context) {
}

func (s *Spec) HandleEvent(ctx context.Context, event *v1.Event) {
//nolint:gocritic // new subscription topics coming soon
// switch event.Topic {
// case "chain_reorg":
// g.handleChainReorg(event)
// }

}

func (s *Spec) GetSpec(ctx context.Context) error {
Expand Down

0 comments on commit de3ae63

Please sign in to comment.