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;