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

Commit 1fe46fd

Browse files
committed
fix(log): remove console.log
1 parent 7988960 commit 1fe46fd

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
@@ -46,7 +46,6 @@ module.exports = (common) => {
4646
it('.connect', (done) => {
4747
ipfsB.id((err, id) => {
4848
expect(err).to.not.exist
49-
console.log('-> id:', id)
5049
const ipfsBAddr = id.addresses[0]
5150
ipfsA.swarm.connect(ipfsBAddr, done)
5251
})

0 commit comments

Comments
 (0)