diff --git a/index.html b/index.html index e73b4501..ede50e3b 100644 --- a/index.html +++ b/index.html @@ -391,7 +391,6 @@ if (ipRegex) { const regex = new RegExp(ipRegex); ips = ips.filter(el => regex.test(el.ip)); - console.log(regex, ips) } testIPs(randomizeElements(ips));