From 816565920055181add1217a2db334495071ced40 Mon Sep 17 00:00:00 2001 From: Hai | RISE <150876604+hai-rise@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:02:07 +0700 Subject: [PATCH] chore: remove outdated log (#14612) --- crates/net/network/src/session/active.rs | 1 - 1 file changed, 1 deletion(-) 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)); } }