Skip to content

Commit fd89d42

Browse files
committed
chore: remove debug printouts
1 parent 1b711d1 commit fd89d42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ors-engine/src/main/java/org/heigit/ors/routing/graphhopper/extensions/storages/builders/BordersGraphStorageBuilder.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ public void processWay(ReaderWay way, Coordinate[] coords, Map<Integer, Map<Stri
148148
way.setTag(TAG_KEY_COUNTRY1, countries[0]);
149149
way.setTag(TAG_KEY_COUNTRY2, countries[0]);
150150
}
151-
//DEBUG OUTPUT
152-
if (countries.length > 0)
153-
System.out.println(way.getId() + ": " + String.join(",", countries));
154151
} else {
155152
wayNodeTags = new HashMap<>();
156153
if (nodeTags != null) {

0 commit comments

Comments
 (0)