Nuke unnecessary comment

See above function comments for details
This commit is contained in:
Sean Chittenden 2016-03-28 13:57:36 -07:00
parent e237904d80
commit a81eb95acc
1 changed files with 0 additions and 2 deletions

View File

@ -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)
}
}