Update
This commit is contained in:
parent
4e2b0057ac
commit
1c51d60a71
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ public class BinaryRoutePlanner {
|
|||
if(TRACE_ROUTING){
|
||||
printRoad(">", segment, !forwardSearch);
|
||||
}
|
||||
if(segment.getParentRoute() != null)
|
||||
System.out.println(segment.getRoad().getId() + " - " + segment.getParentRoute().getRoad().getId());
|
||||
// if(segment.getParentRoute() != null)
|
||||
// System.out.println(segment.getRoad().getId() + " - " + segment.getParentRoute().getRoad().getId());
|
||||
if(segment instanceof FinalRouteSegment) {
|
||||
if(RoutingContext.SHOW_GC_SIZE){
|
||||
log.warn("Estimated overhead " + (ctx.memoryOverhead / (1<<20))+ " mb");
|
||||
|
|
Loading…
Reference in a new issue