Skip to content

Commit

Permalink
Remove debug console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Mar 19, 2025
1 parent 4ddd5b9 commit 85b6a82
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ export function makeSegmentedCircle({ segments, attributes = {} }) {
svg.setAttribute('viewBox', `-1 -1 2 2`)
svg.setAttribute('style', 'transform: rotate(-90deg)')

console.log(segments)
console.log(attributes)

for (let key in attributes) {
svg.setAttribute(key, attributes[key])
}
Expand Down

0 comments on commit 85b6a82

Please sign in to comment.