Skip to content

Commit

Permalink
refactor: rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Dec 18, 2024
1 parent 01cbf50 commit 8e7c2e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bezier-react/src/components/AlphaAvatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ export const Avatar = forwardRef<HTMLDivElement, AvatarProps>(function Avatar(
)
}, [status, size, children])

console.log(getSourceSizeClassName(size))

return (
<div
className={classNames(
Expand Down

0 comments on commit 8e7c2e2

Please sign in to comment.