Skip to content

Commit

Permalink
去除控制台输出
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Jul 24, 2023
1 parent aa6d3a6 commit 71a2e3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vnt/src/nat/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ impl NatTest {
if !guard.public_ips.contains(&ip) {
guard.public_ips.push(ip);
}
println!("{:?}",guard);
}
pub fn re_test(
&self,
Expand Down

0 comments on commit 71a2e3c

Please sign in to comment.