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

Commit 7745755

Browse files
chore: remove console.log
1 parent daf85bb commit 7745755

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/swarm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ module.exports = (common) => {
6565
expect(err).to.not.exist
6666
expect(multiaddrs).to.not.be.empty
6767
expect(multiaddrs).to.be.an('array')
68-
console.log(multiaddrs)
6968
expect(multiaddrs[0].constructor.name).to.be.eql('PeerInfo')
7069
done()
7170
})

0 commit comments

Comments
 (0)