Skip to content

Commit

Permalink
Remove unused HeartbeatListener.connected
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jan 24, 2016
1 parent 4058051 commit 25d709c
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 25d709c

Please sign in to comment.