Skip to content

Commit

Permalink
Cleanup: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Sep 30, 2024
1 parent bdb7539 commit ab15e5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/rfq/relayer/service/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ func (r *Relayer) Start(ctx context.Context) (err error) {
})

if r.cfg.SupportActiveQuoting {
fmt.Println("supports active quoting")
g.Go(func() error {
err = r.quoter.SubscribeActiveRFQ(ctx)
if err != nil {
Expand Down

0 comments on commit ab15e5d

Please sign in to comment.