remove logging
This commit is contained in:
parent
ae77d4089e
commit
89bef4e615
1 changed files with 0 additions and 1 deletions
|
@ -348,7 +348,6 @@ public class BinaryMapRouteReaderAdapter {
|
|||
while (routeEncodingRules.size() <= id) {
|
||||
routeEncodingRules.add(null);
|
||||
}
|
||||
/**TODO delete*/ System.out.println(String.format("initRouteIncodingRule=> id: %d, tag: %s, val: %s", id, tags, val));
|
||||
routeEncodingRules.set(id, new RouteTypeRule(tags, val));
|
||||
if (tags.equals("name")) {
|
||||
nameTypeRule = id;
|
||||
|
|
Loading…
Reference in a new issue