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 21, 2023
1 parent 3464879 commit 193a6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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
4 changes: 2 additions & 2 deletions src/screens/settings/RelayDeployScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const RelayDeployScreen = ({
}),
)

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

result.wait().then((receipt: TransactionReceipt) => {
console.log('wait and the receipt:', receipt)
Expand All @@ -77,7 +77,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 193a6cf

Please sign in to comment.