Drop a leftover helper
coordinator / test (push) Waiting to run
python / test (push) Waiting to run
release / binaries (amd64, darwin) (push) Waiting to run
release / binaries (amd64, linux) (push) Waiting to run
release / binaries (amd64, windows) (push) Waiting to run
release / binaries (arm64, darwin) (push) Waiting to run
release / binaries (arm64, linux) (push) Waiting to run
release / binaries (arm64, windows) (push) Waiting to run
release / wheel (push) Waiting to run
release / release (push) Blocked by required conditions
release / image (push) Waiting to run
users / test (push) Waiting to run

This commit is contained in:
Emil
2026-08-03 18:18:19 +03:00
parent e744e62d03
commit 330f95a375
-7
View File
@@ -369,10 +369,3 @@ func serveURLs(addr, publicURL string) (agentURL, resolvedPublic string) {
return agentURL, "http://" + addr
}
}
// browserHost normalises the URL used to open the UI in the browser: the
// loopback address is what the browser on the same host must dial, and a
// wildcard host cannot be dialled at all.
func browserHost(agentURL string) string {
return agentURL
}