Skip to content

Commit

Permalink
Cleanup console.logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessgusclark committed Sep 25, 2023
1 parent 64fa237 commit 3fea4f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions src/core/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export const createRIFWalletFactory =
),
}

console.log('wallet (setup.ts)', { rifRelayConfig })

return RIFWallet.create(
wallet.connect(jsonRpcProvider),
onRequest,
Expand Down
5 changes: 1 addition & 4 deletions src/screens/settings/RelayDeployScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ export const RelayDeployScreen = ({
}),
)

console.log('hello world!', result)

result.wait().then((receipt: TransactionReceipt) => {
console.log('wait and the receipt:', receipt)
if (receipt.status) {
dispatch(
setWalletIsDeployed({
Expand All @@ -77,7 +74,7 @@ export const RelayDeployScreen = ({
}),
)
} else {
console.log('error here ;-)')
console.log('Deploy Error,', receipt)
updateErrorState(t('wallet_deploy_error'))
}
dispatch(
Expand Down

0 comments on commit 3fea4f2

Please sign in to comment.