From cc70d80932269ca3d044224481ab46082e0a8449 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 30 Apr 2022 17:55:18 -0500 Subject: gitignore flamegraph stuff --- azalea-client/src/connect.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea-client/src') diff --git a/azalea-client/src/connect.rs b/azalea-client/src/connect.rs index b0d7dffc..7c1880fa 100755 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -73,11 +73,10 @@ impl Client { match packet_result { Ok(packet) => match packet { LoginPacket::ClientboundHelloPacket(p) => { - println!("Got encryption request {:?} {:?}", p.nonce, p.public_key); + println!("Got encryption request"); let e = azalea_auth::encryption::encrypt(&p.public_key, &p.nonce).unwrap(); // TODO: authenticate with the server here (authenticateServer) - println!("Sending encryption response {:?}", e); conn.write( ServerboundKeyPacket { -- cgit v1.2.3