update
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user