Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecificProtagonist committed Jan 10, 2025
1 parent 1578036 commit b1c450b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_ecs/src/entity/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,6 @@ impl Entities {
entity: Entity,
) -> Option<&'static Location<'static>> {
let meta = self.meta.get(entity.index() as usize);
std::println!("{entity} → {meta:?}");
self.meta.get(entity.index() as usize).and_then(|meta| {
// Generation is incremented immediately upon despawn
if (meta.generation == entity.generation)
Expand Down

0 comments on commit b1c450b

Please sign in to comment.