Skip to content

Commit ec84439

Browse files
authored
fix: remove unnecessary print
1 parent e1f4e75 commit ec84439

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/bevy_mod_scripting_core/src/handler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ pub(crate) fn event_handler_inner<P: IntoScriptPluginParams>(
156156
} else if highly_specific && ctxt.is_loading_or_reloading()
157157
|| might_not_have_reached_pipeline_if_new
158158
{
159-
println!("REQUEING");
160159
// events with high specificity, have their callbacks re-queued in this case
161160
// i.e. we don't want `on_update` to queue up, but a directed `on_collision_with_entity` callback will have
162161
events_to_requeue.push(event.clone().with_incremented_iteration());

0 commit comments

Comments
 (0)