diff --git a/src/pipeline/events.rs b/src/pipeline/events.rs index 9ae050f6..8330ccf2 100644 --- a/src/pipeline/events.rs +++ b/src/pipeline/events.rs @@ -257,7 +257,6 @@ mod test { )); for i in 0..100 { - dbg!(i); app.update(); } return; diff --git a/src/plugin/systems/multiple_rapier_contexts.rs b/src/plugin/systems/multiple_rapier_contexts.rs index 062cf688..ec3dbb3a 100644 --- a/src/plugin/systems/multiple_rapier_contexts.rs +++ b/src/plugin/systems/multiple_rapier_contexts.rs @@ -75,7 +75,7 @@ pub fn on_change_world( }) .unwrap_or(false) { - remove_old_physics(dbg!(entity), &mut commands); + remove_old_physics(entity, &mut commands); bubble_down_world_change( &mut commands, entity,