Skip to content

Commit

Permalink
Fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
watermelo committed Jan 23, 2021
1 parent 3907104 commit dd1b395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registry/etcdv3/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func (l *configurationListener) Next() (*registry.ServiceEvent, error) {
}

// Close etcd registry center
// BugFix why no real close
func (l *configurationListener) Close() {
l.closeOnce.Do(func() {
l.registry.WaitGroup().Done()
Expand Down

0 comments on commit dd1b395

Please sign in to comment.