From 90a3e626923e7d70fd6ba5be9b8180d723ed1b52 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Thu, 27 Apr 2017 01:54:16 -0400 Subject: [PATCH] copy/paste duplicate --- py27/bacpypes/tcp.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/py27/bacpypes/tcp.py b/py27/bacpypes/tcp.py index 39442a1..b94b024 100644 --- a/py27/bacpypes/tcp.py +++ b/py27/bacpypes/tcp.py @@ -241,13 +241,6 @@ class TCPClient(asyncore.dispatcher): # 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)