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
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user