1
0
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:
Sebastian Gerske 2019-10-07 14:12:07 +02:00
parent 9ec7b0af66
commit 6b237e7348

View File

@ -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)
}