aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azalea-client/src/client.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs
index 567d7f47..02800c3d 100644
--- a/azalea-client/src/client.rs
+++ b/azalea-client/src/client.rs
@@ -346,7 +346,6 @@ impl Client {
packet = conn.read() => packet?,
Some(packet) = ecs_packets_rx.recv() => {
// write this packet to the server
- println!("wrote packet to server {:?}", packet);
conn.write(packet).await?;
continue;
}