Skip to content

Commit

Permalink
Merge pull request #1160 from brave/dsuh-avatarurl
Browse files Browse the repository at this point in the history
removing console logs for other feature
  • Loading branch information
dvdhs authored Jul 21, 2023
2 parents a33114f + 140c90a commit 07b73e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/web3/OptionalSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ export const OptionalSettings: React.FC<Props> = ({
const imageUrl = nfts[idx].image_url;
if (nft === imageUrl) {
setNft("");
console.log("debug: NFT unset");
} else {
setNft(imageUrl);
console.log(
`debug: current NFT #${idx} is ${nfts[idx].name} with url ${imageUrl}`
);
}
};

Expand Down

0 comments on commit 07b73e9

Please sign in to comment.