From a069ffe9827dc554cbb749f5e7d88c2d36906c3d Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 16 Dec 2023 14:29:49 -0600 Subject: fix non-u8 gamemodes love you wynncraft --- azalea-auth/src/auth.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-auth/src') 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)] -- cgit v1.2.3