Remove dead code

This commit is contained in:
Jude Nelson
2015-09-15 22:07:33 -04:00
parent 8051ad6556
commit 24704aceea

View File

@@ -70,6 +70,3 @@ if not dht_opts['disable']:
server_dht = internet.UDPServer(dht_port, dht_server.protocol)
server_dht.setServiceParent(application)
# lc = LoopingCall(reindex_blockchain)
# lc.start(REINDEX_FREQUENCY)