Skip to content

Commit

Permalink
fix(AspectText): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmen committed May 7, 2021
1 parent f4c1479 commit 79794c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aspects/AspectText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const AspectText: FC<AspectTextProps> = ({ratio = 100, className, textSty

useEffect(() => {
if (height) {
console.log(height);
setFontSize(height * (_ratio / 100));
}
}, [height, _ratio]);
Expand Down

0 comments on commit 79794c2

Please sign in to comment.