mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix remove console.log
This commit is contained in:
parent
c16e277fde
commit
507f5f656d
@ -15,7 +15,6 @@ describe('Marketplace flow', () => {
|
||||
let alice
|
||||
let contracts
|
||||
let datatoken
|
||||
// let tokenAddress
|
||||
let transactionId
|
||||
|
||||
const tokenAmount = 100
|
||||
@ -50,8 +49,6 @@ describe('Marketplace flow', () => {
|
||||
const ocean = await Ocean.getInstance(config)
|
||||
|
||||
ddo = await ocean.assets.createSimpleAsset(datatoken, alice, blob)
|
||||
|
||||
await console.log(ddo)
|
||||
})
|
||||
|
||||
it('Alice mints 100 tokens', async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user