Remove logging.

This commit is contained in:
Nolan Darilek 2024-12-04 18:28:34 -06:00
parent 478644491a
commit 56f4b6ce14

View File

@ -44,7 +44,6 @@ fn update(
));
}
} else if closest == ClosestPoints::Intersecting && sound_transform.is_some() {
println!("Clearing volumetric");
commands
.entity(sound_entity)
.remove::<Transform>()