Remove debug logging

This commit is contained in:
Tipragot 2023-04-29 17:14:53 +02:00
parent 84ff6d6947
commit 82dd05a2dd

View file

@ -195,7 +195,6 @@ impl NetworkExt for App {
let mut local_entity = world.entity_mut(local_entity);
match local_entity.get_mut::<C>() {
Some(mut local_component) => {
println!("CA CHANGE: {}", type_name::<C>());
*local_component = component;
}
None => {