remove debugging message

This commit is contained in:
Jakob Ketterl 2021-03-02 20:19:48 +01:00
parent d81f0ae96c
commit e0b289b6a5
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class ClientRegistry(object):
self.broadcast()
def _checkClientCount(self, new_count):
logger.debug("new client count: %i", new_count)
for client in self.clients[new_count:]:
logger.debug("closing one connection...")
client.close()