Remove listwaitingon from Wait call. Too much logging.
This commit is contained in:
parent
ea5b70e8fc
commit
f8a231286a
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ func (s *Group) StopAndWait() {
|
||||||
|
|
||||||
func (s *Group) Wait() {
|
func (s *Group) Wait() {
|
||||||
defer s.Wait()
|
defer s.Wait()
|
||||||
s.listWaitingOn()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Child returns a new instance that will be stopped when s is stopped.
|
// Child returns a new instance that will be stopped when s is stopped.
|
||||||
|
|
Loading…
Add table
Reference in a new issue