|
@@ -99,7 +99,6 @@ public class GetRoute {
|
|
|
startDistance[0] = _startDistance;
|
|
|
}
|
|
|
Double _endDistance = GetRoute.g_AStar.calcH(_end, coord);
|
|
|
- log.info("_endDistance{}",_endDistance);
|
|
|
if (_endDistance <= endDistance[0]) {
|
|
|
GetRoute.minEndId = po;
|
|
|
endDistance[0] = _endDistance;
|