matrix-sdk: Hide some tracing imports behind the encryption flag.
parent
3315cf5bc6
commit
bf152df322
|
@ -29,7 +29,9 @@ use matrix_sdk_common::uuid::Uuid;
|
|||
|
||||
use futures_timer::Delay as sleep;
|
||||
use std::future::Future;
|
||||
use tracing::{debug, error, info, instrument, trace, warn};
|
||||
#[cfg(feature = "encryption")]
|
||||
use tracing::{debug, warn};
|
||||
use tracing::{error, info, instrument, trace};
|
||||
|
||||
use http::Method as HttpMethod;
|
||||
use http::Response as HttpResponse;
|
||||
|
|
Loading…
Reference in New Issue