Skip to content

Commit a965aff

Browse files
authored
Merge pull request #21 from nftlabs/am/fixes
Remove console logs
2 parents 65c2b41 + 0a52d93 commit a965aff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/widgets/drop.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ const App: React.FC = () => {
548548
const relayUrl = urlParams.get("relayUrl") || "";
549549

550550
const connectors = useConnectors(expectedChainId, rpcUrl);
551-
console.log(connectors);
552551

553552
return (
554553
<>

0 commit comments

Comments
 (0)