We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f4e75 commit ec84439Copy full SHA for ec84439
1 file changed
crates/bevy_mod_scripting_core/src/handler.rs
@@ -156,7 +156,6 @@ pub(crate) fn event_handler_inner<P: IntoScriptPluginParams>(
156
} else if highly_specific && ctxt.is_loading_or_reloading()
157
|| might_not_have_reached_pipeline_if_new
158
{
159
- println!("REQUEING");
160
// events with high specificity, have their callbacks re-queued in this case
161
// i.e. we don't want `on_update` to queue up, but a directed `on_collision_with_entity` callback will have
162
events_to_requeue.push(event.clone().with_incremented_iteration());
0 commit comments