Skip to content

Commit

Permalink
chore : remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Nov 28, 2024
1 parent b457a73 commit 4c83560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/common/Typography/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const Typography = ({
className,
...props
}: Props & TypographyVariants) => {
console.log(variantClasses({ type: 'Title3', weight: 'medium' }));
return (
<p className={cn(variantClasses({ type: variant, weight }), className)} {...props}>
{children}
Expand Down

0 comments on commit 4c83560

Please sign in to comment.