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

Commit 6682298

Browse files
committed
chore: remove unnecessary console.log
1 parent afbf0f2 commit 6682298

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test-export-subtree.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ module.exports = (repo) => {
4646
pull(
4747
exporter(hash, ipldResolver),
4848
pull.collect((err, files) => {
49-
console.log(files)
5049
expect(err).to.not.exist()
5150
expect(files.length).to.equal(3)
5251
expect(files[0].path).to.equal('level-1')

0 commit comments

Comments
 (0)