From 7c955c794aa2ea69f016970b221343a4cfc55b87 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 7 Oct 2022 23:57:31 -0500 Subject: remove a println --- azalea-protocol/src/read.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs index 4c398e96..2f0391b9 100644 --- a/azalea-protocol/src/read.rs +++ b/azalea-protocol/src/read.rs @@ -213,7 +213,6 @@ where // if we were given a cipher, decrypt the packet if let Some(message) = framed.next().await { let mut bytes = message.unwrap(); - println!("bytes: {:?}", bytes.len()); if let Some(cipher) = cipher { azalea_crypto::decrypt_packet(cipher, &mut bytes); -- cgit v1.2.3