diff --git a/coordinator/cmd/coordinator/serve_cmd.go b/coordinator/cmd/coordinator/serve_cmd.go index 99eecc2..a19e4c0 100644 --- a/coordinator/cmd/coordinator/serve_cmd.go +++ b/coordinator/cmd/coordinator/serve_cmd.go @@ -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 -}