Skip to content

Commit

Permalink
Merge pull request #89 from scop/heartbeat-connected
Browse files Browse the repository at this point in the history
Remove unused HeartbeatListener.connected
  • Loading branch information
jasonrbriggs committed Jan 25, 2016
2 parents 012e5a0 + 25d709c commit b5dfb2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stomp/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ class HeartbeatListener(ConnectionListener):
Listener used to handle STOMP heartbeating.
"""
def __init__(self, heartbeats):
self.connected = False
self.running = False
self.heartbeats = heartbeats
self.received_heartbeat = None
Expand Down

0 comments on commit b5dfb2e

Please sign in to comment.