Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 committed Dec 10, 2024
1 parent 1b8bb5f commit f0e844b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/contribroutines/contribroutines.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@ func Stop() {
}

func GetStopChan() chan struct{} {
// once.Do(func() {
// if stop == nil {
// stop = make(chan struct{})
// }
// })
return stop
}

0 comments on commit f0e844b

Please sign in to comment.