mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-03 14:32:18 +00:00
clear unused console logs
This commit is contained in:
parent
2000827273
commit
fb37b4dec9
@ -37,7 +37,6 @@ function identify (muxedConns, peerInfoSelf, socket, conn, muxer) {
|
||||
muxer: muxer,
|
||||
socket: socket
|
||||
}
|
||||
console.log('do I get back')
|
||||
|
||||
// TODO: Pass the new discovered info about the peer that contacted us
|
||||
// to something like the Kademlia Router, so the peerInfo for this peer
|
||||
|
@ -292,7 +292,6 @@ function Swarm (peerInfo) {
|
||||
return console.log(err) // TODO Treat error
|
||||
}
|
||||
// conn === socket at this point
|
||||
console.log('bimbas')
|
||||
identify(self.muxedConns, self.peerInfo, conn, stream, muxer)
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user