mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 13:38:48 +00:00
fix: removed debug print in scene.rs
This commit is contained in:
parent
c1d41323f9
commit
b619449b13
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ impl Scene {
|
|||
if self.get_component_set(entity_id) != ComponentSet::from_ids(vec![C::type_id()]) {
|
||||
self.add_entity_to_archetype(entity_id as u32, self.get_component_set(entity_id));
|
||||
}
|
||||
debug!("{:?}", self.archetypes);
|
||||
info!("Added component {} to entity {}!", C::type_name(), entity_id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue