Remove debug message
This commit is contained in:
parent
78819dd2ab
commit
2be32bd5a3
1 changed files with 0 additions and 7 deletions
|
@ -711,13 +711,6 @@ impl SceneEntities for Scene {
|
|||
|
||||
let e = entity.as_entity();
|
||||
|
||||
if entity.debug_name.clone() == Some("Lightning".to_string()) {
|
||||
println!(
|
||||
"Lightning added with components: {:#?}",
|
||||
entity.component_names()
|
||||
);
|
||||
}
|
||||
|
||||
self.updates.add_entity(&mut entity, &self.entities)?;
|
||||
self.archetypes.add_entity(&mut entity)?;
|
||||
assert!(self.entities.insert(e, entity).is_none());
|
||||
|
|
Loading…
Reference in a new issue