1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

remove debug log

This commit is contained in:
mat 2025-01-29 06:07:16 +00:00
parent 5bdb07b314
commit 4aa5010ea2

View file

@ -283,7 +283,6 @@ pub fn send_player_input_packet(
sent_by: entity, sent_by: entity,
packet: input.clone().into_variant(), packet: input.clone().into_variant(),
}); });
println!("sent input packet {:?}", input);
commands.entity(entity).insert(LastSentInput(input)); commands.entity(entity).insert(LastSentInput(input));
} }
} }