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:
parent
5bdb07b314
commit
4aa5010ea2
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue