Skip to content

Commit

Permalink
clean console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhoodie0823 committed Oct 12, 2023
1 parent 09f080a commit 6d2cd42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/TokenTooltip/TokenTooltipContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ type Props = {
};

export const TokenTooltipContent: React.FC<Props> = ({ token }) => {
console.log('token in TokenToolTipContent: ', token);
const tokensContext = React.useContext(TokensContext);

const failedToResolve = React.useMemo(() => (
Expand Down

0 comments on commit 6d2cd42

Please sign in to comment.