Skip to content

Commit

Permalink
fix(radial-bar): remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamintd authored and plouc committed Nov 10, 2021
1 parent 76062b5 commit dd72cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/radial-bar/src/RadialBar.tsx
Expand Up @@ -57,7 +57,6 @@ const InnerRadialBar = <D extends RadialBarDatum>({
ariaLabelledBy,
ariaDescribedBy,
}: InnerRadialBarProps<D>) => {
console.log(innerRadiusRatio)
const { margin, innerWidth, innerHeight, outerWidth, outerHeight } = useDimensions(
width,
height,
Expand Down

0 comments on commit dd72cd4

Please sign in to comment.