Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
fix: remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Feb 14, 2018
1 parent ad908fb commit e27d3e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/src/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ module.exports = (common) => {
testLinkPlainObject = node3
cb()
})
},
}
], done)
})

Expand All @@ -784,7 +784,6 @@ module.exports = (common) => {
ipfs.object.patch.rmLink(testNodeWithLinkMultihash, testLinkPlainObject, (err, node) => {
expect(err).to.not.exist()
expect(node.multihash).to.not.deep.equal(testNodeWithLinkMultihash)
console.log('node', node)
cb()
})
}
Expand Down

0 comments on commit e27d3e0

Please sign in to comment.