commited util

7744be33194ec5d8e5dd659bd69db6f72ef2f1f7

BPplays <andymalbp@gmail.com>

1 files changed, +0 -1Ignore whitespace
src/util.js+0 -1
@@ -699,7 +699,6 @@ export function urlHostnameToIPv6(hostname) {
699699 if (hostname.charAt(hostname.length - 1) === ']') {
700700 hostname = hostname.slice(0, -1);
701701 }
702- // console.log(hostname)
703702 return hostname
704703}
705704