From 682a80c67248e11e82e812ae389c5f6ebbb8b240 Mon Sep 17 00:00:00 2001 From: Vahid Farid Date: Tue, 21 Mar 2023 14:00:31 +0330 Subject: [PATCH] Update index.html --- index.html | 1 - 1 file changed, 1 deletion(-) 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));