Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan Soratur authored and Pavan Soratur committed Dec 16, 2024
1 parent f45c0d1 commit 8e90e33
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ export const ChainChip = React.forwardRef<HTMLSpanElement, ChainChipProps>(
[chainName],
);

console.log('iconName', iconName);

const className = useMemo(() => {
const chainChipClassNames = getChainChipClassName(chainType);
return twMerge(baseClsx, chainChipClassNames, classNameProp);
Expand Down

0 comments on commit 8e90e33

Please sign in to comment.