remove obsolete line
This commit is contained in:
parent
d0f406c5c2
commit
91e9cc6aca
1 changed files with 0 additions and 1 deletions
|
@ -1103,7 +1103,6 @@ public class RouteProvider {
|
|||
pt.desc = dirInfo.getDescriptionRoute(ctx, collectedDistance + dirInfo.getDistance());
|
||||
Map<String, String> extensions = pt.getExtensionsToWrite();
|
||||
extensions.put("time", (collectedTime + dirInfo.getExpectedTime()) + "");
|
||||
collectedTime = 0;
|
||||
int turnType = dirInfo.getTurnType().getValue();
|
||||
if (TurnType.C != turnType) {
|
||||
extensions.put("turn", dirInfo.getTurnType().toXmlString());
|
||||
|
|
Loading…
Reference in a new issue