1
0
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:
arsenyjin 2020-06-22 05:11:34 +02:00
parent c16e277fde
commit 507f5f656d

View File

@ -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 () => {