matrix-sdk: Don't hide the tracing import behind the encryption feature.

master
Damir Jelić 2020-07-15 13:19:56 +02:00
parent 83806b42e9
commit 204279c575
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ use matrix_sdk_common::uuid::Uuid;
use futures_timer::Delay as sleep;
use std::future::Future;
#[cfg(feature = "encryption")]
use tracing::{debug, error, info, instrument, trace, warn};
use http::Method as HttpMethod;