Skip to content

Commit

Permalink
copy/paste duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Bender committed Apr 27, 2017
1 parent 2e28d3a commit 90a3e62
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions py27/bacpypes/tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 90a3e62

Please sign in to comment.