Add more comments and remove obsolete code
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user