mirror of https://codeberg.org/topola/topola.git
chore(router/ng/mod): Get rid of unnecessary debugging output in calculate_navmesh
This commit is contained in:
parent
e3790eb366
commit
30c6df31ab
|
|
@ -386,7 +386,6 @@ pub fn calculate_navmesh<R: AccessRules>(
|
|||
*/
|
||||
}
|
||||
Some(x) => {
|
||||
log::debug!("calculate_navmesh: successfully found boundary from node {:?}, direction {:?}", rhs, direction);
|
||||
x.map(|(band_uid, _)| {
|
||||
RelaxedPath::Normal(
|
||||
*board.bands_by_id().get_by_right(&band_uid).unwrap(),
|
||||
|
|
@ -432,7 +431,6 @@ pub fn calculate_navmesh<R: AccessRules>(
|
|||
*/
|
||||
}
|
||||
Some(x) => {
|
||||
log::debug!("calculate_navmesh: successfully found boundary from node {:?}, direction {:?}", lhs, direction);
|
||||
x.map(|(band_uid, _)| {
|
||||
RelaxedPath::Normal(
|
||||
*board.bands_by_id().get_by_right(&band_uid).unwrap(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue