Skip to content

Commit

Permalink
Remove now unnecessary filter
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Jun 16, 2024
1 parent d2b367e commit 2738a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/dcutr/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use libp2p_relay as relay;
use libp2p_swarm::{Config, NetworkBehaviour, Swarm, SwarmEvent};
use libp2p_swarm_test::SwarmExt as _;
use std::time::Duration;
use tracing_subscriber::EnvFilter;
// use tracing_subscriber::EnvFilter;

#[async_std::test]
async fn connect() {
Expand Down

0 comments on commit 2738a4c

Please sign in to comment.