Skip to content

Commit

Permalink
chore: drop log
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jun 11, 2024
1 parent 62c5328 commit 9d2db55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/test/nfts-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ test.serial('should list nfts with their parts', async (t) => {
t.true(ok)
t.is(value.length, 1)
t.is(value[0].cid, cidv0)
console.log('backup', value[0])
t.truthy(Array.isArray(value[0].parts), 'upload.parts is an array')
t.deepEqual(value[0].parts, [
// this corresponds to `exampleCarParkUrl`
Expand Down

0 comments on commit 9d2db55

Please sign in to comment.