diff --git a/py27/bacpypes/tcp.py b/py27/bacpypes/tcp.py index 39442a1d..b94b0246 100644 --- a/py27/bacpypes/tcp.py +++ b/py27/bacpypes/tcp.py @@ -241,13 +241,6 @@ def handle_error(self, error=None): # core does not take parameters asyncore.dispatcher.handle_error(self) - def handle_error(self, error=None): - """Trap for TCPClient errors, otherwise continue.""" - if _debug: TCPClient._debug("handle_error %r", error) - - # core does not take parameters - asyncore.dispatcher.handle_error(self) - def indication(self, pdu): """Requests are queued for delivery.""" if _debug: TCPClient._debug("indication %r", pdu)