Skip to content

Commit

Permalink
removing code for another PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
catandthemachines committed Dec 11, 2024
1 parent 75bc211 commit 70dcb9c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ export function getGradableGraph(
}

if (state.type === "polygon" && initialGraph.type === "polygon") {
// Unless the polygon is closed it is not considered scorable.
if (state.numSides === "unlimited" && !state.closedPolygon) {
return {
...initialGraph,
coords: null,
};
}
return {
...initialGraph,
coords: state.coords,
Expand Down

0 comments on commit 70dcb9c

Please sign in to comment.