Add more comments and remove obsolete code

This commit is contained in:
2019-12-07 16:35:29 +00:00
parent 9c4ea94ebd
commit 06903d872e
4 changed files with 30 additions and 43 deletions

View File

@@ -38,8 +38,6 @@ class Server(Protocol):
del main.connections[self.addr]
else:
warn("Tried to remove a non-existant connection.")
if self.addr in main.MonitorPool:
main.MonitorPool.remove(self.addr)
class ServerFactory(Factory):
def buildProtocol(self, addr):