mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove print
This commit is contained in:
parent
73ed0965d5
commit
5232b6e9af
@ -522,7 +522,6 @@ pub fn handle_destroy(server: &mut Server, entity: EcsEntity, last_change: Healt
|
||||
.destroy_entity(rtsim_entity.0);
|
||||
}
|
||||
|
||||
println!("deleting");
|
||||
if let Err(e) = state.delete_entity_recorded(entity) {
|
||||
error!(?e, ?entity, "Failed to delete destroyed entity");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user