From fb37b4dec91e684f5a63c2c89bd0bd1a70061d3f Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 23 Sep 2015 19:57:37 +0100 Subject: [PATCH] clear unused console logs --- src/identify/index.js | 1 - src/swarm.js | 1 - 2 files changed, 2 deletions(-) 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) }) }