diff options
Diffstat (limited to 'src/Network/BitTorrent/DHT.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT.hs | 3 |
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 |