diff options
| author | mat <git@matdoes.dev> | 2023-12-16 14:29:49 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-16 14:29:49 -0600 |
| commit | a069ffe9827dc554cbb749f5e7d88c2d36906c3d (patch) | |
| tree | 9c6a7b8ecf281a5addba0c6b825f9771c0b17ca9 /azalea-auth | |
| parent | 92d33ad0a325b8cb7c78e13a344621e34fb4bd99 (diff) | |
| download | azalea-drasl-a069ffe9827dc554cbb749f5e7d88c2d36906c3d.tar.xz | |
fix non-u8 gamemodes
love you wynncraft
Diffstat (limited to 'azalea-auth')
| -rwxr-xr-x | azalea-auth/src/auth.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index 3b55a3bd..efb0daa1 100755 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -10,7 +10,6 @@ use std::{ time::{Instant, SystemTime, UNIX_EPOCH}, }; use thiserror::Error; -use tracing::trace; use uuid::Uuid; #[derive(Default)] |
