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

Commit e27d3e0

Browse files
committed
fix: remove unnecessary console.log
1 parent ad908fb commit e27d3e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

js/src/object.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ module.exports = (common) => {
765765
testLinkPlainObject = node3
766766
cb()
767767
})
768-
},
768+
}
769769
], done)
770770
})
771771

@@ -784,7 +784,6 @@ module.exports = (common) => {
784784
ipfs.object.patch.rmLink(testNodeWithLinkMultihash, testLinkPlainObject, (err, node) => {
785785
expect(err).to.not.exist()
786786
expect(node.multihash).to.not.deep.equal(testNodeWithLinkMultihash)
787-
console.log('node', node)
788787
cb()
789788
})
790789
}

0 commit comments

Comments
 (0)