Remove debug print

This commit is contained in:
Gartox
2023-09-04 12:27:00 +02:00
parent c03a446b7a
commit f1f170835e
-2
View File
@@ -341,8 +341,6 @@ impl LinkDevice for EthernetLink {
continue;
}
error!("Incomming packet {}, {}", repr.dst_addr, repr.ethertype);
match repr.ethertype {
EthernetProtocol::Ipv4 => {
self.input_buffer = input_buffer;