diff --git a/src/client.rs b/src/client.rs index cbec75f..9d88103 100644 --- a/src/client.rs +++ b/src/client.rs @@ -195,7 +195,6 @@ impl NetworkExt for App { let mut local_entity = world.entity_mut(local_entity); match local_entity.get_mut::() { Some(mut local_component) => { - println!("CA CHANGE: {}", type_name::()); *local_component = component; } None => {