commited util

This commit is contained in:
BPplays
2024-12-29 04:20:59 -08:00
parent 07cff878e5
commit 7744be3319

View File

@@ -699,7 +699,6 @@ export function urlHostnameToIPv6(hostname) {
if (hostname.charAt(hostname.length - 1) === ']') {
hostname = hostname.slice(0, -1);
}
// console.log(hostname)
return hostname
}