Remove listwaitingon from Wait call. Too much logging.

This commit is contained in:
Mark Beamer Jr 2019-08-25 16:14:50 -04:00
parent ea5b70e8fc
commit f8a231286a
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973

View file

@ -72,7 +72,6 @@ func (s *Group) StopAndWait() {
func (s *Group) Wait() {
defer s.Wait()
s.listWaitingOn()
}
// Child returns a new instance that will be stopped when s is stopped.