Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions scripts/count_polygons.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ function countPolygonsByType(svgContent) {
return counts;
}

const baseDir = process.cwd();

const files = [
{ name: "Code 3: bi_snubhex_a", expected: "653 tri + 39 hex = 692" },
{ name: "Code 4: bi_snubhex_b", expected: "650 tri + 39 hex = 689" },
Expand Down
Loading