Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid Farid committed Mar 21, 2023
1 parent dc39ce5 commit 682a80c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 682a80c

Please sign in to comment.