diff --git a/src/identify/index.js b/src/identify/index.js index a37b4a04..181cd380 100644 --- a/src/identify/index.js +++ b/src/identify/index.js @@ -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 diff --git a/src/swarm.js b/src/swarm.js index 7284738b..1cfff095 100644 --- a/src/swarm.js +++ b/src/swarm.js @@ -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) }) }