mirror of https://github.com/status-im/consul.git
Nuke unnecessary comment
See above function comments for details
This commit is contained in:
parent
e237904d80
commit
a81eb95acc
|
@ -256,8 +256,6 @@ func (sm *ServerManager) NotifyFailedServer(server *server_details.ServerDetails
|
||||||
|
|
||||||
if len(sc.servers) > 1 && sc.servers[0] == server {
|
if len(sc.servers) > 1 && sc.servers[0] == server {
|
||||||
sc.servers = sc.cycleServer()
|
sc.servers = sc.cycleServer()
|
||||||
// FIXME(sean@): Is it worth it to fire off a go routine and
|
|
||||||
// PingConsulServer?
|
|
||||||
sm.saveServerConfig(sc)
|
sm.saveServerConfig(sc)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue