Remove debug log
This commit is contained in:
parent
f3f7e02b2a
commit
dd0cd0156f
@ -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):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user