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