diff --git a/zrpc/registry/consul/register.go b/zrpc/registry/consul/register.go index 669ed28..918fb36 100644 --- a/zrpc/registry/consul/register.go +++ b/zrpc/registry/consul/register.go @@ -77,7 +77,6 @@ func RegisterService(listenOn string, c Conf) error { for { <-ticker.C err = client.Agent().UpdateTTL(serviceID, "", "passing") - logx.Info("update ttl") if err != nil { logx.Infof("update ttl of service error: %v", err.Error()) }