diff options
| author | mat <git@matdoes.dev> | 2025-01-29 06:07:16 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-01-29 06:07:16 +0000 |
| commit | 4aa5010ea2dec8633be29b0a06c9b2233d7a6522 (patch) | |
| tree | 5f97178128b40f053781fe841e9e1967e39cd028 | |
| parent | 5bdb07b31431da872065f02d9a1b1802325e0719 (diff) | |
| download | azalea-drasl-4aa5010ea2dec8633be29b0a06c9b2233d7a6522.tar.xz | |
remove debug log
| -rw-r--r-- | azalea-client/src/movement.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/src/movement.rs b/azalea-client/src/movement.rs index 63b77bbb..6308002e 100644 --- a/azalea-client/src/movement.rs +++ b/azalea-client/src/movement.rs @@ -283,7 +283,6 @@ pub fn send_player_input_packet( sent_by: entity, packet: input.clone().into_variant(), }); - println!("sent input packet {:?}", input); commands.entity(entity).insert(LastSentInput(input)); } } |
