removed console log for iptables output

This commit is contained in:
2023-09-01 01:57:48 +02:00
parent 958125b81b
commit c5367a1b53
+1 -1
View File
@@ -35,7 +35,7 @@ setInterval(()=>{
console.log(`stderr: ${stderr}`);
return;
}
console.log(`stdout: ${stdout}`);
// console.log(`stdout: ${stdout}`);
});
ipSet.delete(i)
})