Remove debug log

This commit is contained in:
Gartox
2023-09-11 19:54:07 +02:00
parent ebd229ae6c
commit 2dcc57863c
-1
View File
@@ -102,7 +102,6 @@ impl Router {
let IpAddress::Ipv4(src) = rule.src;
if src != packet.src_addr() {
error!("Changed packet source {} -> {}", packet.src_addr(), src);
packet.set_src_addr(src);
packet.fill_checksum()
}