Remove debug code

This commit is contained in:
Neil Booth 2016-11-12 21:52:50 +09:00
parent 5624809933
commit 751bb2d970

View File

@ -43,7 +43,7 @@ class BlockServer(BlockProcessor):
self.irc = IRC(env)
async def caught_up(self, mempool_hashes):
await super().caught_up([]) #mempool_hashes)
await super().caught_up(mempool_hashes)
if not self.servers:
await self.start_servers()
if self.env.irc: