diff --git a/crates/net/network/src/session/active.rs b/crates/net/network/src/session/active.rs index 6781c2032..f59055f84 100644 --- a/crates/net/network/src/session/active.rs +++ b/crates/net/network/src/session/active.rs @@ -296,7 +296,6 @@ impl ActiveSession { unreachable!("Not emitted by network") } PeerMessage::Other(other) => { - debug!(target: "net::session", message_id=%other.id, "Ignoring unsupported message"); self.queued_outgoing.push_back(OutgoingMessage::Raw(other)); } }