diff --git a/src/smolnetd/link/ethernet.rs b/src/smolnetd/link/ethernet.rs index b008c01434..4d057956aa 100644 --- a/src/smolnetd/link/ethernet.rs +++ b/src/smolnetd/link/ethernet.rs @@ -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;