Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Dec 3, 2023
1 parent 3e168a3 commit d617c04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azalea-client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d617c04

Please sign in to comment.