Skip to content

Commit 0a52d93

Browse files
committed
Remove console logs
1 parent 075f7ba commit 0a52d93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/widgets/drop.tsx

Lines changed: 0 additions & 1 deletion
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)