summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-16 19:39:35 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-16 19:39:35 +0400
commit230012ff6108b012c6a8ed2e62f1deb8776f7a97 (patch)
tree4cfbd042686d6bd88e1530a9da3ba813554bd1e2 /src/Network/BitTorrent
parent177aa03686ec7629e0cd42cb352fa5ee32d6c24e (diff)
Cleanup commented code
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r--src/Network/BitTorrent/DHT.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Network/BitTorrent/DHT.hs b/src/Network/BitTorrent/DHT.hs
index 19f9a071..4dd8c801 100644
--- a/src/Network/BitTorrent/DHT.hs
+++ b/src/Network/BitTorrent/DHT.hs
@@ -132,9 +132,6 @@ bootstrap startNodes = do
132 aliveNodes <- queryParallel (ping <$> startNodes) 132 aliveNodes <- queryParallel (ping <$> startNodes)
133 _ <- sourceList [aliveNodes] $= search nid (findNodeQ nid) $$ C.consume 133 _ <- sourceList [aliveNodes] $= search nid (findNodeQ nid) $$ C.consume
134 $(logInfoS) "bootstrap" "Node bootstrapping finished" 134 $(logInfoS) "bootstrap" "Node bootstrapping finished"
135-- t <- getTable
136-- unless (full t) $ do
137-- nid <- getNodeId
138 135
139{----------------------------------------------------------------------- 136{-----------------------------------------------------------------------
140-- Initialization 137-- Initialization