From 722bca0c874e18ab1d795e6f6333e9ae93226f6e Mon Sep 17 00:00:00 2001 From: Siavash Sameni Date: Fri, 27 Mar 2026 20:01:03 +0400 Subject: [PATCH] fix: remove unused warn import Co-Authored-By: Claude Opus 4.6 (1M context) --- crates/wzp-relay/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wzp-relay/src/main.rs b/crates/wzp-relay/src/main.rs index 23e043d..7634572 100644 --- a/crates/wzp-relay/src/main.rs +++ b/crates/wzp-relay/src/main.rs @@ -9,7 +9,7 @@ use std::sync::Arc; use std::time::Duration; use tokio::sync::Mutex; -use tracing::{error, info, warn}; +use tracing::{error, info}; use wzp_proto::MediaTransport; use wzp_relay::config::RelayConfig;