mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 15:48:13 -05:00
chore: remove outdated log (#14612)
This commit is contained in:
@@ -296,7 +296,6 @@ impl<N: NetworkPrimitives> ActiveSession<N> {
|
||||
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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user