Skip to content

Commit 5cc26c4

Browse files
committed
remove console log
1 parent db8b39c commit 5cc26c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/shared/claim-button-erc721.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ export const ERC721ClaimButton: React.FC<ClaimButtonProps> = ({
5454
contract,
5555
address,
5656
);
57-
58-
console.log("*** activeClaimCondition", activeClaimCondition);
59-
6057
const claimerProofs = useClaimerProofs(contract, address || "");
6158
const claimIneligibilityReasons = useClaimIneligibilityReasons(contract, {
6259
quantity: debouncedQuantity,

0 commit comments

Comments
 (0)