commited util
| @@ -699,7 +699,6 @@ export function urlHostnameToIPv6(hostname) { | |||
| 699 | if (hostname.charAt(hostname.length - 1) === ']') { | 699 | if (hostname.charAt(hostname.length - 1) === ']') { |
| 700 | hostname = hostname.slice(0, -1); | 700 | hostname = hostname.slice(0, -1); |
| 701 | } | 701 | } |
| 702 | // console.log(hostname) | ||
| 703 | return hostname | 702 | return hostname |
| 704 | } | 703 | } |
| 705 | 704 | ||