func (c *Consul) removeFollowerCharts() {
    s := make(map[string]bool)
    for _, v := range serverFollowerCharts {
        s[v.ID] = true
    }