去除控制台输出
This commit is contained in:
@@ -76,7 +76,6 @@ impl NatTest {
|
|||||||
if !guard.public_ips.contains(&ip) {
|
if !guard.public_ips.contains(&ip) {
|
||||||
guard.public_ips.push(ip);
|
guard.public_ips.push(ip);
|
||||||
}
|
}
|
||||||
println!("{:?}",guard);
|
|
||||||
}
|
}
|
||||||
pub fn re_test(
|
pub fn re_test(
|
||||||
&self,
|
&self,
|
||||||
|
|||||||
Reference in New Issue
Block a user