Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Aug 13, 2024
1 parent 1ed4bd8 commit bba8b28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ export default function Home() {
}, [starknetAccount, network, isConnected, starknetNetwork]);

const onWalletConnected = (network: NetworkType) => {
console.log("onWalletConnected", network);
setNetwork(network);
setOpenConnectModal(false);
setIsConnected(true);
Expand Down
1 change: 0 additions & 1 deletion hooks/isDeployed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default function isStarknetDeployed(
provider
.getClassHashAt(address)
.then((classHash) => {
console.log("Class hash", classHash);
setIsDeployed(true);
setDeploymentData(undefined);
return;
Expand Down

0 comments on commit bba8b28

Please sign in to comment.