Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtal1 authored Oct 19, 2020
1 parent 9094711 commit 6784e53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extalife/helpers/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ def _on_disconnect_callback(self):
self._periodic_reconnect_remove_callback()
self._periodic_reconnect_remove_callback = self.async_track_time_interval(self._periodic_reconnect_callback, datetime.timedelta(seconds=30))

# try immediate reconnection first
# self._periodic_reconnect_callback(False)

def _on_status_notification_callback(self, msg):
if self._is_unloading or self._is_stopping:
return
Expand Down

0 comments on commit 6784e53

Please sign in to comment.