remove debugging message
This commit is contained in:
parent
d81f0ae96c
commit
e0b289b6a5
@ -49,7 +49,6 @@ class ClientRegistry(object):
|
|||||||
self.broadcast()
|
self.broadcast()
|
||||||
|
|
||||||
def _checkClientCount(self, new_count):
|
def _checkClientCount(self, new_count):
|
||||||
logger.debug("new client count: %i", new_count)
|
|
||||||
for client in self.clients[new_count:]:
|
for client in self.clients[new_count:]:
|
||||||
logger.debug("closing one connection...")
|
logger.debug("closing one connection...")
|
||||||
client.close()
|
client.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user