chore: remove outdated log (#14612)

This commit is contained in:
Hai | RISE
2025-02-20 19:02:07 +07:00
committed by GitHub
parent f03e7e02f7
commit 8165659200

View File

@ -296,7 +296,6 @@ impl<N: NetworkPrimitives> ActiveSession<N> {
unreachable!("Not emitted by network") unreachable!("Not emitted by network")
} }
PeerMessage::Other(other) => { PeerMessage::Other(other) => {
debug!(target: "net::session", message_id=%other.id, "Ignoring unsupported message");
self.queued_outgoing.push_back(OutgoingMessage::Raw(other)); self.queued_outgoing.push_back(OutgoingMessage::Raw(other));
} }
} }