Skip to content

Commit

Permalink
remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jan 30, 2024
1 parent f842b9f commit a4ec06e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noble/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (n *Noble) StartListener(
}
}
case <-ctx.Done():
fmt.Println("sup here")
timer.Stop()
return
}
Expand Down

0 comments on commit a4ec06e

Please sign in to comment.