Remove logging.
This commit is contained in:
parent
478644491a
commit
56f4b6ce14
|
@ -44,7 +44,6 @@ fn update(
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
} else if closest == ClosestPoints::Intersecting && sound_transform.is_some() {
|
} else if closest == ClosestPoints::Intersecting && sound_transform.is_some() {
|
||||||
println!("Clearing volumetric");
|
|
||||||
commands
|
commands
|
||||||
.entity(sound_entity)
|
.entity(sound_entity)
|
||||||
.remove::<Transform>()
|
.remove::<Transform>()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user