1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-07-20 02:51:56 +00:00

clear unused console logs

This commit is contained in:
David Dias
2015-09-23 19:57:37 +01:00
parent 2000827273
commit fb37b4dec9
2 changed files with 0 additions and 2 deletions
src

@@ -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)
})
}