Skip to content

Commit

Permalink
Merge pull request #263 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Remove debug console log
  • Loading branch information
José Luis Pereira authored and GitHub committed Mar 19, 2025
2 parents 476fef8 + 85b6a82 commit 8de4ef6
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 8de4ef6

Please sign in to comment.