Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Jan 29, 2025
1 parent 5bdb07b commit 4aa5010
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azalea-client/src/movement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}
Expand Down

0 comments on commit 4aa5010

Please sign in to comment.