diff options
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/client.rs | 2 | ||||
| -rw-r--r-- | azalea-client/src/local_player.rs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 2ec25dcc..368419c9 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -43,7 +43,7 @@ use tokio::{ }, time, }; -use tracing::{error, info, warn}; +use tracing::{info, warn}; use uuid::Uuid; use crate::{ diff --git a/azalea-client/src/local_player.rs b/azalea-client/src/local_player.rs index 09232d12..20da4c80 100644 --- a/azalea-client/src/local_player.rs +++ b/azalea-client/src/local_player.rs @@ -11,7 +11,6 @@ use derive_more::{Deref, DerefMut}; use parking_lot::RwLock; use thiserror::Error; use tokio::sync::mpsc; -use tracing::error; use uuid::Uuid; use crate::{ClientInformation, events::Event as AzaleaEvent, player::PlayerInfo}; |
