mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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")
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user