Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Til7701 committed Mar 21, 2024
1 parent 5d73ace commit 4110d1d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ public ITerrain create() {

linkTiles();

log.error("EdgeDataList: " + edgeDataList);
List<EdgeData> edgeData = edgeDataList.stream().distinct().toList();
log.error("EdgeData: " + edgeData);
return new SquareTerrain(tiles, edgeData);
}

Expand Down

0 comments on commit 4110d1d

Please sign in to comment.