From 2209f96017e4ed7ce7d1a6b253399aa2e7eb21ce Mon Sep 17 00:00:00 2001 From: arjanjohan Date: Thu, 12 Sep 2024 09:46:38 +0200 Subject: [PATCH] remove console.log --- .../RainbowKitCustomConnectButton/BatchDetails.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/nextjs/components/scaffold-eth/RainbowKitCustomConnectButton/BatchDetails.tsx b/packages/nextjs/components/scaffold-eth/RainbowKitCustomConnectButton/BatchDetails.tsx index ee84558..e2b6956 100644 --- a/packages/nextjs/components/scaffold-eth/RainbowKitCustomConnectButton/BatchDetails.tsx +++ b/packages/nextjs/components/scaffold-eth/RainbowKitCustomConnectButton/BatchDetails.tsx @@ -8,8 +8,6 @@ type BatchProps = { const zeroAddress = "0x0000000000000000000000000000000000000000"; export const BatchDetails = ({ address }: BatchProps) => { - console.log(address); - const { data: allowListed, isLoading: allowListLoading } = useScaffoldReadContract({ contractName: "BatchRegistry", functionName: "allowList", @@ -21,7 +19,6 @@ export const BatchDetails = ({ address }: BatchProps) => { functionName: "yourContractAddress", args: [address], }); - console.log(allowListed, checkedIn); return ( <>