diff --git a/src/router/ng/mod.rs b/src/router/ng/mod.rs index 1535042..7a73aa4 100644 --- a/src/router/ng/mod.rs +++ b/src/router/ng/mod.rs @@ -386,7 +386,6 @@ pub fn calculate_navmesh( */ } 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( */ } 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(),