mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
remove console.log
This commit is contained in:
parent
9ec7b0af66
commit
6b237e7348
@ -31,9 +31,7 @@ class Faucet extends PureComponent<{}, FaucetState> {
|
||||
|
||||
const { ocean } = this.context
|
||||
const accounts = await ocean.accounts.list()
|
||||
console.log(accounts)
|
||||
const account = accounts[0]
|
||||
console.log(account)
|
||||
await ocean.accounts.requestTokens(account, 10)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user