Skip to content

Commit

Permalink
rm superfluous/duplicate comment
Browse files Browse the repository at this point in the history
addresses review comment ava-labs/awm-relayer#344 (comment)
  • Loading branch information
feuGeneA committed Jul 19, 2024
1 parent aeabb30 commit bc83690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ func main() {
log.Fatalln(http.ListenAndServe(fmt.Sprintf(":%d", cfg.APIPort), nil))
}()

// Create listeners for each of the subnets configured as a source
errGroup, ctx := errgroup.WithContext(context.Background())

if cfg.DeciderPort != nil {
Expand Down

0 comments on commit bc83690

Please sign in to comment.