datta
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m45s

This commit is contained in:
matst80
2024-11-09 21:36:15 +01:00
parent a231fbd705
commit 73f767fe95

View File

@@ -82,7 +82,6 @@ func NewSyncedPool(local *GrainLocalPool, hostname string, d Discovery) (*Synced
hosts, err := d.Discover()
if err != nil {
log.Printf("Error discovering hosts: %v\n", err)
return
}
for _, h := range hosts {
if h == hostname {