Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware authored Oct 22, 2024
1 parent dda1a50 commit 872a2a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Protest/Front/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,6 @@ class Ping extends Console {
}

Filter(query) {
let size0 = this.list.childNodes.length;

if (query.includes(";")) {
let ips = query.split(";");
for (let i = 0; i < ips.length; i++) this.Filter(ips[i].trim());
Expand Down

0 comments on commit 872a2a6

Please sign in to comment.