From 7266c62d098d0f927685c45768f97734d6d50db6 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 18 Jun 2019 15:33:31 +0100 Subject: [PATCH] remove comment --- registry/gossip/gossip.go | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/gossip/gossip.go b/registry/gossip/gossip.go index 932a69e2..45506392 100644 --- a/registry/gossip/gossip.go +++ b/registry/gossip/gossip.go @@ -776,7 +776,6 @@ func (g *gossipRegistry) Deregister(s *registry.Service) error { notify: nil, }) - // send update to local watchers // send update to local watchers g.updates <- &update{ Update: up,