Skip to content

Commit

Permalink
remove extra logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dekanbro committed Mar 15, 2024
1 parent 1bc99e1 commit 3f2c69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ProfileCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ProfileCard = ({
address: member?.memberAddress || profileAddress || "",
});

console.log("currentProfile >>>", currentProfile);
// console.log("currentProfile >>>", currentProfile);

if (
// !member ||
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useAccountNfts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const fetchNftsForAccount = async ({
includeMetadata: true,
});

console.log(">>>> nftBalances", nftBalances);
// console.log(">>>> nftBalances", nftBalances);

const nftsWithClaimStatus = await Promise.all(
nftBalances.balances.map(async (nft, i) => {
Expand Down

0 comments on commit 3f2c69d

Please sign in to comment.