Skip to content

Commit

Permalink
log routline file
Browse files Browse the repository at this point in the history
  • Loading branch information
arindam1993 committed Dec 5, 2024
1 parent 76706d3 commit 04aa3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generate-route-line-clipping-lookup-tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async function generateRouteLineClippingLookupTables(
JSON.stringify(routlineLookups),
'utf8',
);
console.log(JSON.stringify(routlineLookups, null, 2));
};

module.exports = {
Expand Down

0 comments on commit 04aa3a9

Please sign in to comment.