Remove debug line

This commit is contained in:
Neil Booth 2017-02-18 16:23:39 +09:00
parent a99e8bf45f
commit 140304460d

View File

@ -220,9 +220,6 @@ class ElectrumX(SessionBase):
for tx_hash, height in history)
status += ''.join('{}:{:d}:'.format(hex_hash, -unconfirmed)
for hex_hash, tx_fee, unconfirmed in mempool)
for hex_hash, tx_fee, unconfirmed in mempool:
self.log_info('UNCONFIRMED: {} {}'
.format(self.hashX_subs[hashX], unconfirmed))
if status:
status = sha256(status.encode()).hex()
else: