Remove debug log

This commit is contained in:
Neil Booth 2016-11-20 20:56:12 +09:00
parent f3f7e02b2a
commit dd0cd0156f

View File

@ -317,7 +317,6 @@ class ServerManager(LoggedClass):
def notify(self, height, touched): def notify(self, height, touched):
'''Notify sessions about height changes and touched addresses.''' '''Notify sessions about height changes and touched addresses.'''
self.logger.info('{:,d} addresses touched'.format(len(touched)))
cache = {} cache = {}
for session in self.sessions: for session in self.sessions:
if isinstance(session, ElectrumX): if isinstance(session, ElectrumX):