Skip to content

Commit

Permalink
chore: removed Unnecessary Comment (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashwatPS committed Oct 4, 2023
1 parent 4f532b0 commit 1790f9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/components/layouts/CircleLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ function calculateLayout(
elements: Node[],
passedOptions: Partial<CircleLayoutOptions> = defaultOptions,
): FlowElement[] {
// const options = { ...defaultOptions, ...passedOptions };

const eachDegree = 360 / elements.length;
let nextDegree = 0;
const r = elements.length * 100;
Expand Down

0 comments on commit 1790f9f

Please sign in to comment.