diff --git a/examples/twisted_srvconnector.py b/examples/twisted_srvconnector.py index 475af7c..498dc4f 100644 --- a/examples/twisted_srvconnector.py +++ b/examples/twisted_srvconnector.py @@ -28,9 +28,6 @@ from eventlet.twistedutil.protocols.basic import LineOnlyReceiverTransport class NoisySRVConnector(SRVConnector): - def _ebGotServers(self, failure): - return SRVConnector._ebGotServers(self, failure) - def pickServer(self): host, port = SRVConnector.pickServer(self) print 'Resolved _%s._%s.%s --> %s:%s' % (self.service, self.protocol, self.domain, host, port)