Remove logging.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nolan Darilek 2023-04-10 15:25:00 -05:00
parent 3d4069ac34
commit 151f482854

View File

@ -331,7 +331,7 @@ fn negotiate_path(
.exclude_sensors()
.exclude_collider(entity),
) {
println!("{entity:?} is stuck, hit: {hit:?}, TOI: {toi:?}");
// println!("{entity:?} is stuck, hit: {hit:?}, TOI: {toi:?}");
// TODO: Remove when we have an actual character controller.
transform.translation = next.extend(0.);
continue;