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