diff --git a/synced-pool.go b/synced-pool.go index 47a8d8d..b39747d 100644 --- a/synced-pool.go +++ b/synced-pool.go @@ -258,7 +258,6 @@ func (p *SyncedPool) RemoveHost(host *RemoteHost) { for _, r := range p.remotes { if r == host { p.RemoveHostMappedCarts(r) - } else { toKeep = append(toKeep, r) }